jaitools.jiffle.parser
Class UnexpectedInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jaitools.jiffle.parser.UnexpectedInputException
- All Implemented Interfaces:
- Serializable
public class UnexpectedInputException
- extends RuntimeException
Used by Jiffle parsers to complain about unexpected input in a acript.
- Since:
- 1.1
- Version:
- $Id: UnexpectedInputException.java 1391 2011-02-14 11:38:14Z 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 |
UnexpectedInputException
public UnexpectedInputException(String msg)
- Creates a new excpetion with the given error message.
- Parameters:
msg - error message
Copyright © 2009-2011. All Rights Reserved.