public class InvalidPropertyException extends WIMApplicationException
| Constructor and Description |
|---|
InvalidPropertyException()
Creates the Invalid Attribute Exception
|
InvalidPropertyException(java.lang.String key,
java.lang.String message)
Creates the Invalid Attribute Exception
|
InvalidPropertyException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
Creates the Invalid Attribute Exception
|
InvalidPropertyException(java.lang.Throwable cause)
Creates the Invalid Attribute Exception
|
getMessageKeypublic InvalidPropertyException()
public InvalidPropertyException(java.lang.String key,
java.lang.String message)
message - The message or message key of the exception.public InvalidPropertyException(java.lang.String key,
java.lang.String message,
java.lang.Throwable cause)
message - The message or message key of the exception.cause - The cause of the exception.public InvalidPropertyException(java.lang.Throwable cause)
cause - The cause of the exception.