javax.management
Class BadStringOperationException

java.lang.Object
  |
  +--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

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
 

 

Constructor Detail

BadStringOperationException

public BadStringOperationException(java.lang.String op)

Constructs an BadStringOperationException with the specified detailed message

 

Method Detail

toString

public java.lang.String toString()

Returns the string representing the object.

Overrides:

toString in class java.lang.Throwable