public class BadAttributeValueExpException extends Exception
| Constructor and Description |
|---|
BadAttributeValueExpException(Object val)
Constructs an
BadAttributeValueExpException with the specified Object. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the string representing the object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BadAttributeValueExpException(Object val)
BadAttributeValueExpException with the specified Object.val - the inappropriate value.