public class IllegalAttributeException
extends java.lang.Exception
| Constructor and Description |
|---|
IllegalAttributeException()
Constructs a new exception without a root cause or message.
|
IllegalAttributeException(java.lang.String message)
Constructs a new exception with the given message.
|
IllegalAttributeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given root cause and message.
|
IllegalAttributeException(java.lang.Throwable cause)
Constructs a new exception with the given root cause and message.
|
public IllegalAttributeException()
public IllegalAttributeException(java.lang.String message,
java.lang.Throwable cause)
message - the error messagecause - the cause of this exceptionpublic IllegalAttributeException(java.lang.String message)
message - the error messagepublic IllegalAttributeException(java.lang.Throwable cause)
cause - the cause of this exception