javax.management
public class InvalidApplicationException extends Exception
Since: 1.5
Constructor Summary | |
---|---|
InvalidApplicationException(Object val)
Constructs a new InvalidApplicationException
using the specified object to represent the invalid value.
|
Method Summary | |
---|---|
String | toString()
Returns a textual representation of this instance. |
InvalidApplicationException
using the specified object to represent the invalid value.
Parameters: val the inappropriate expression.
javax.management.InvalidApplicationException
)
and the invalid expression.
Returns: a @link{java.lang.String} instance representing the instance in textual form.