All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.reference.query.BadBinaryOpExpressionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.jaw.reference.query.BadBinaryOpExpressionException
- public class BadBinaryOpExpressionException
- extends Exception
This exception is thrown when an invalid expression is
passed to a method for constructing a query.
-
BadBinaryOpExpressionException(BinaryOpExpression)
- Constructs an BadBinaryOpExpressionException with the specified BinaryOpExpression.
-
getClassVersion()
- Returns the version of this class.
-
getExp()
- Returns the BinaryOpExpression that originates the exception.
-
toString()
- Returns a string representation of the BadBinaryOpExpressionException.
BadBinaryOpExpressionException
public BadBinaryOpExpressionException(BinaryOpExpression exp)
- Constructs an BadBinaryOpExpressionException with the specified BinaryOpExpression.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
- Returns:
- a string representation of the version of this class.
getExp
public BinaryOpExpression getExp()
- Returns the BinaryOpExpression that originates the exception.
- Returns:
- the BinaryOpExpression.
toString
public String toString()
- Returns a string representation of the BadBinaryOpExpressionException.
- Returns:
- a string representation of the BadBinaryOpExpressionException.
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index