jaitools.jiffle.parser
Class JiffleParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
JiffleParserException(String msg)
          Creates a new exception.
JiffleParserException(Throwable thrwbl)
          Creates a new exception.
 
Method Summary
 
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

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.