Class JsException

All Implemented Interfaces:
Serializable

public final class JsException extends RuntimeException
Thrown when an exception is raised in JavaScript.
See Also:
  • Constructor Details

    • JsException

      public JsException(String message)
      Constructs a JsException object with the given message.
      Parameters:
      message - a string that represents the exception details