javax.management
Class BadStringOperationExceptionjava.lang.Objec | +--java.lang.Throwable | +--java.lang.Exception | +--javax.management.BadStringOperationException
- public class
BadStringOperationException
- extends java.lang.Exception
Thrown when an invalid string operation is passed to a method for constructing a query.
Version:
- 1.5
Author:
- Ken Barron
See Also:
- Serialized Form
Constructor Summary
java.lang.String)">BadStringOperationException(java.lang.String op)
Constructs an BadStringOperationException with the specified detailed message
Method Summary
java.lang.String toString()
Returns the string representing the object.
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait java.lang.String)">
Constructor Detail
BadStringOperationException
publicBadStringOperationException
(java.lang.String op)
- Constructs an BadStringOperationException with the specified detailed message
Method Detail
toString
public java.lang.StringtoString
()
- Returns the string representing the object.
Overrides:
- toString in class java.lang.Throwable