Class JsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rapidcontext.core.js.JsException
All Implemented Interfaces:
Serializable

public class JsException extends Exception
A JavaScript processing exception. This class encapsulates all JavaScript errors.
Version:
1.0
See Also:
  • Constructor Details

    • JsException

      public JsException(String message)
      Creates a new JavaScript processing exception.
      Parameters:
      message - the detailed error message
    • JsException

      public JsException(String message, Throwable e)
      Creates a new JavaScript processing exception.
      Parameters:
      message - the detailed error message
      e - the base exception