java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.exi.ExpressionException
org.ujac.util.exi.StatementException
- All Implemented Interfaces:
- java.io.Serializable
- public class StatementException
- extends ExpressionException
Name: StatementException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter when handling statements.
Log: $Log: StatementException.java,v $
Log: Revision 1.2 2003/11/01 12:06:38 lauerc
Log: Added copyright notice.
Log:
Log: Revision 1.1 2003/03/16 01:43:03 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 |
StatementException
public StatementException()
- Creates an instance with no specific arguments.
StatementException
public StatementException(java.lang.String msg)
- Creates an instance with specific arguments.