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