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