Top Description Fields Constructors Methods
javax.management

public Class BadStringOperationException

extends Exception
Class Inheritance

Thrown when an invalid string operation is passed to a method for constructing a query.
Since
1.5

Field Summary

Modifier and TypeField and Description
private String
private static final long

Constructor Summary

AccessConstructor and Description
public
BadStringOperationException(String
the detail message.
message
)

Constructs a BadStringOperationException with the specified detail message.

Method Summary

Modifier and TypeMethod and Description
public String
toString()

Overrides java.lang.Throwable.toString.

Returns the string representing the object.

Field Detail

opback to summary
private String op
serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Constructor Detail

BadStringOperationExceptionback to summary
public BadStringOperationException(String message)

Constructs a BadStringOperationException with the specified detail message.

Parameters
message:String

the detail message.

Method Detail

toStringback to summary
public String toString()

Overrides java.lang.Throwable.toString.

Returns the string representing the object.

Returns:String

Doc from java.lang.Throwable.toString.

a string representation of this throwable.