public class BadAttributeValueExpException extends Exception
| Constructor and Description |
|---|
BadAttributeValueExpException(Object
Constructs a BadAttributeValueExpException using the specified Object to create the toString() value.
|
| 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(Objectval)
val - the inappropriate value.