jaitools.jiffle.parser
Class CompilerExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.