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