ix.util.lisp
Class Interpreter.Error

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ix.util.lisp.Interpreter.Error
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Interpreter

public static class Interpreter.Error
extends java.lang.RuntimeException

The root class for exceptions thrown for error conditions detected by an Interpreter or by an expression.

See Also:
Serialized Form

Constructor Summary
Interpreter.Error(java.lang.String message)
           
Interpreter.Error(java.lang.String message, java.lang.Object culprit)
           
 
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

Interpreter.Error

public Interpreter.Error(java.lang.String message)

Interpreter.Error

public Interpreter.Error(java.lang.String message,
                         java.lang.Object culprit)