lij.exceptions
Class InterpreterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lij.exceptions.InterpreterException
All Implemented Interfaces:
java.io.Serializable

public class InterpreterException
extends java.lang.Exception

Instance of InterpreterException are thrown during the execution of the IM, when logical errors are encountered by the interpreter (syntax errors are handled by the parser).

Author:
Nikolaos Chatzinikolaou
See Also:
Serialized Form

Constructor Summary
InterpreterException(java.lang.String message)
          Constructor.
 
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

InterpreterException

public InterpreterException(java.lang.String message)
Constructor.

Parameters:
message - The message of the exception.