java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.exi.ExpressionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NoOperandException, OperandNotSupportedException, StatementException
- public class ExpressionException
- extends java.lang.Exception
Title: ExpressionException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter.
Log: $Log: ExpressionException.java,v $
Log: Revision 1.2 2003/11/01 12:06:38 lauerc
Log: Added copyright notice.
Log:
Log: Revision 1.1 2003/03/05 06:23:25 lauerc
Log: Initial revision.
Log:
- Version:
- $Revision: 1.2 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpressionException
public ExpressionException()
- Creates an instance with no specific arguments.
ExpressionException
public ExpressionException(java.lang.String msg)
- Creates an instance with specific arguments.