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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 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
ExpressionException()
          Creates an instance with no specific arguments.
ExpressionException(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

ExpressionException

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


ExpressionException

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