ScriptExceptionHandler
Class
This produces nice, detailed error messages.
Extends
Object
Implements
UncaughtExceptionHandler
Modifiers
public
Constructors
new ScriptExceptionHandler ()
ConstructorNo description is available for this element.
Return Type
ScriptExceptionHandler
Modifiers
public
Methods
uncaughtException (Thread, Throwable)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Thread | source |
2 | Throwable | throwable |
Return Type
void
Modifiers
public