com.quadrique.jbuildingblocks.core.exception
Class JbbScriptEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.quadrique.jbuildingblocks.core.exception.JbbException
com.quadrique.jbuildingblocks.core.exception.JbbScriptEvaluationException
- All Implemented Interfaces:
- Serializable
public class JbbScriptEvaluationException
- extends JbbException
Indicates that an error has coccured while trying to evaluate the script OR that the script has thrown an exception.
- Since:
- June 3, 2001
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JbbScriptEvaluationException
public JbbScriptEvaluationException(String message,
Throwable throwable)
- Parameters:
message - throwable -
Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.