XMOJO 5 API Docs

javax.management
Class BadStringOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.management.BadStringOperationException
All Implemented Interfaces:
java.io.Serializable

public class BadStringOperationException
extends java.lang.Exception

This exception is thrown when an invalid string operation is passed to a method for constructing a query.

See Also:
Serialized Form

Constructor Summary
BadStringOperationException(java.lang.String op)
          Constructs a BadStringOperationException with the specified detail 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 a BadStringOperationException with the specified detail message.
Parameters:
op - The detail message
Method Detail

toString

public java.lang.String toString()
Returns the string representing the object.
Overrides:
toString in class java.lang.Throwable
Returns:
The string representation of object is returned

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.