javax.management
public class BadStringOperationException extends Exception
Constructor and Description |
---|
BadStringOperationException(String op)
Constructs a new
BadStringOperationException
using the specified object to represent the invalid string
operation. |
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 BadStringOperationException(String op)
BadStringOperationException
using the specified object to represent the invalid string
operation.op
- the inappropriate string operation.public String toString()
javax.management.BadStringOperationException
)
and the invalid string operation.toString
in class Throwable
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)