Package com.teamdev.jxbrowser.js
Class JsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.js.JsException
- All Implemented Interfaces:
Serializable
Thrown when an exception is raised in JavaScript.
- See Also:
-
Constructor Summary
ConstructorDescriptionJsException
(String message) Constructs aJsException
object with the givenmessage
. -
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
Constructs aJsException
object with the givenmessage
.- Parameters:
message
- a string that represents the exception details
-