jaitools.jiffle.parser
Class CompilerExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jaitools.jiffle.parser.CompilerExitException
All Implemented Interfaces:
Serializable

public class CompilerExitException
extends RuntimeException

Used by the Jiffle compiler to force early exit from one of its parsers.

Since:
1.1
Version:
$Id: CompilerExitException.java 1387 2011-02-11 07:50:04Z michael.bedward $
Author:
Michael Bedward
See Also:
Serialized Form

Constructor Summary
CompilerExitException()
          Default construct.
 
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

CompilerExitException

public CompilerExitException()
Default construct. Jiffle doesn't use this exception class to pass error information so this is all that is required.



Copyright © 2009-2011. All Rights Reserved.