Class JsException

All Implemented Interfaces:
Serializable

public class JsException extends BaseException
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