This class represents an exception that has occurred during the
evaluation of a script. This exception relplaces the
JavaScript exception from rhino to avoid dependencies
on rhino on the client side.
author: Michael Lipp version: $Revision: 1.1 $
Constructor Summary
public
ScriptException(String message, Throwable cause) Creates an instance of ScriptException
with all attributes initialized to given values.
Creates an instance of ScriptException
with all attributes initialized to given values.
Parameters: message - the message Parameters: cause - the cause