org.richfaces.cdk.model
Class InvalidNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.richfaces.cdk.CdkException
org.richfaces.cdk.model.InvalidNameException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidNameException
- extends CdkException
That exception indicates what some name does not meet CDK naming conventions.
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidNameException
public InvalidNameException()
-
InvalidNameException
public InvalidNameException(java.lang.String message)
-
- Parameters:
message -
InvalidNameException
public InvalidNameException(java.lang.Throwable cause)
-
- Parameters:
cause -
InvalidNameException
public InvalidNameException(java.lang.String message,
java.lang.Throwable cause)
-
- Parameters:
message - cause -
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.