jaitools.jiffle.parser
Class UnexpectedInputException

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

Constructor Summary
UnexpectedInputException(String msg)
          Creates a new excpetion with the given error message.
 
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

UnexpectedInputException

public UnexpectedInputException(String msg)
Creates a new excpetion with the given error message.

Parameters:
msg - error message


Copyright © 2009-2011. All Rights Reserved.