public class InvalidApplicationException extends Exception
Constructor and Description |
---|
InvalidApplicationException(Object val)
Constructs a new
InvalidApplicationException
using the specified object to represent the invalid value. |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a textual representation of this instance.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidApplicationException(Object val)
InvalidApplicationException
using the specified object to represent the invalid value.val
- the inappropriate expression.public String toString()
javax.management.InvalidApplicationException
)
and the invalid expression.toString
in class Throwable
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)