All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.BadStringOperationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.jaw.reference.query.BadStringOperationException

public class BadStringOperationException
extends Exception
This exception is thrown when an invalid string operation is passed to a method for constructing a query.


Constructor Index

 o BadStringOperationException(String)
Constructs an BadStringOperationException with the specified detail message.

Method Index

 o getClassVersion()
Returns the version of this class.
 o toString()
Returns a string representation of the BadStringOperationException.

Constructors

 o BadStringOperationException
 public BadStringOperationException(String op)
Constructs an BadStringOperationException with the specified detail message.

Methods

 o getClassVersion
 public String getClassVersion()
Returns the version of this class.

Returns:
a string representation of the version of this class.
 o toString
 public String toString()
Returns a string representation of the BadStringOperationException.

Returns:
a string representation of the BadStringOperationException.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index