Package org.rapidcontext.core.js
Class JsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rapidcontext.core.BaseException
org.rapidcontext.core.js.JsException
- All Implemented Interfaces:
Serializable
A JavaScript processing exception. This class encapsulates all
JavaScript errors.
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsException
(String message) Creates a new JavaScript processing exception.JsException
(String message, Throwable e) Creates a new JavaScript processing exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsException
Creates a new JavaScript processing exception.- Parameters:
message
- the detailed error message
-
JsException
Creates a new JavaScript processing exception.- Parameters:
message
- the detailed error messagee
- the base exception
-