java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bzdev.scripting.ScriptListenerAdapter.ScriptMethodException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScriptListenerAdapter
Exception thrown when a scripting language throws an exception.
This class is used to turn a ScriptException or
NoSuchMethodException into a RuntimeException, with the class
name used as an indication of what failed.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString