tenua.symbol
Class InterpretedSymbolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tenua.symbol.InterpretedSymbolException
All Implemented Interfaces:
java.io.Serializable

public class InterpretedSymbolException
extends java.lang.RuntimeException

Wraps a bsh.EvalError as a runtime exception

Author:
dmedlb
See Also:
Serialized Form

Constructor Summary
InterpretedSymbolException(bsh.EvalError ex)
          Creates a new instance of InterpretedSymbolException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpretedSymbolException

public InterpretedSymbolException(bsh.EvalError ex)
Creates a new instance of InterpretedSymbolException

Parameters:
ex - the bsh.EvalError to be made the cause of this exception