com.ail.core.command
Class BeanShellServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.command.BeanShellServiceException
All Implemented Interfaces:
java.io.Serializable

public class BeanShellServiceException
extends BaseException

Any exceptions thrown by BeanShell services are wrapped in the exception.

Version:
$Revision: 1.4 $
See Also:
Serialized Form

Constructor Summary
BeanShellServiceException(bsh.EvalError evalError)
           
BeanShellServiceException(java.lang.String error)
           
 
Method Summary
 bsh.EvalError getEvalError()
           
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanShellServiceException

public BeanShellServiceException(java.lang.String error)

BeanShellServiceException

public BeanShellServiceException(bsh.EvalError evalError)
Method Detail

getEvalError

public bsh.EvalError getEvalError()