Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ujac.util.exi
Class StatementException  view StatementException download StatementException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ujac.util.exi.ExpressionException
              extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
StatementException()
          Creates an instance with no specific arguments.
StatementException(java.lang.String msg)
          Creates an instance with specific arguments.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatementException

public StatementException()
Creates an instance with no specific arguments.


StatementException

public StatementException(java.lang.String msg)
Creates an instance with specific arguments.