com.ail.core.command
Class BeanShellServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ail.core.BaseException
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
| 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 |
BeanShellServiceException
public BeanShellServiceException(java.lang.String error)
BeanShellServiceException
public BeanShellServiceException(bsh.EvalError evalError)
getEvalError
public bsh.EvalError getEvalError()