jwo.utils.expression
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jwo.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.3, 15th February, 2001, modified 5th September, 2008.
- Author:
- Daniel Savarese, modified by Jo Wood.
- See Also:
- Serialized Form
Constructor Summary |
ParseException()
Creates a parse exception with a default error message. |
ParseException(String message)
Creates a parse exception with the ability to deliver the
given error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException()
- Creates a parse exception with a default error message.
ParseException
public ParseException(String message)
- Creates a parse exception with the ability to deliver the
given error message.
- Parameters:
message
- Exception message to deliver.
Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009