uk.ac.essex.ia.opview.runtime
Class InterpreterRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.ia.opview.runtime.InterpreterRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class InterpreterRuntimeException
extends java.lang.Exception



You should have received a copy of GNU public license with this code. If not please visit this site

See Also:
Serialized Form

Constructor Summary
InterpreterRuntimeException()
           
InterpreterRuntimeException(java.lang.String message)
           
InterpreterRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
InterpreterRuntimeException(java.lang.Throwable cause)
           
 
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

InterpreterRuntimeException

public InterpreterRuntimeException()

InterpreterRuntimeException

public InterpreterRuntimeException(java.lang.String message)

InterpreterRuntimeException

public InterpreterRuntimeException(java.lang.String message,
                                   java.lang.Throwable cause)

InterpreterRuntimeException

public InterpreterRuntimeException(java.lang.Throwable cause)