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.


Constructor Index

 o BadBinaryOpExpressionException(BinaryOpExpression)
Constructs an BadBinaryOpExpressionException with the specified BinaryOpExpression.

Method Index

 o getClassVersion()
Returns the version of this class.
 o getExp()
Returns the BinaryOpExpression that originates the exception.
 o toString()
Returns a string representation of the BadBinaryOpExpressionException.

Constructors

 o BadBinaryOpExpressionException
 public BadBinaryOpExpressionException(BinaryOpExpression exp)
Constructs an BadBinaryOpExpressionException with the specified BinaryOpExpression.

Methods

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

Returns:
a string representation of the version of this class.
 o getExp
 public BinaryOpExpression getExp()
Returns the BinaryOpExpression that originates the exception.

Returns:
the BinaryOpExpression.
 o 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