jaitools.jiffle.parser
Class JiffleParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jaitools.jiffle.parser.JiffleParserException
- All Implemented Interfaces:
- Serializable
public class JiffleParserException
- extends RuntimeException
An exception thrown when the Jiffle parser aborts due to errors.
- Since:
- 1.1
- Version:
- $Id: JiffleParserException.java 1389 2011-02-11 08:54:11Z michael.bedward $
- Author:
- Michael Bedward
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JiffleParserException
public JiffleParserException(Throwable thrwbl)
- Creates a new exception.
- Parameters:
thrwbl - the base exception
JiffleParserException
public JiffleParserException(String msg)
- Creates a new exception.
- Parameters:
msg - error message
Copyright © 2009-2011. All Rights Reserved.