Class ScriptListenerAdapter.ScriptMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bzdev.scripting.ScriptListenerAdapter.ScriptMethodException
All Implemented Interfaces:
Serializable
Enclosing class:
ScriptListenerAdapter

public static class ScriptListenerAdapter.ScriptMethodException extends RuntimeException
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: