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.
-
BadStringOperationException(String)
- Constructs an BadStringOperationException with the specified detail message.
-
getClassVersion()
- Returns the version of this class.
-
toString()
- Returns a string representation of the BadStringOperationException.
BadStringOperationException
public BadStringOperationException(String op)
- Constructs an BadStringOperationException with the specified detail message.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
- Returns:
- a string representation of the version of this class.
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