jwo.utils.expression
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjwo.utils.expression.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Exception for reporting problems with expression parsing. Modified from original code described at www.devx.com/premier/mgznarch/javapro/2001/05may01/ps0105/ps0105.asp.

Version:
2.2, 15th February, 2001, modified 10th April, 2002.
Author:
Daniel Savarese, modified by Jo Wood.
See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(String message)
           
 
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

ParseException

public ParseException()

ParseException

public ParseException(String message)


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005