Class JSError

java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSError
All Implemented Interfaces:
JSObjectFunctions

public abstract class JSError extends Object implements JSObjectFunctions
Object Error
Since:
Standard ECMA-262 3rd. Edition
  • Field Details

    • prototype

      public JSError prototype
      Property prototype
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • name

      protected JSString name
      property name
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • message

      protected JSString message
      property message
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
  • Constructor Details

    • JSError

      public JSError()
      Object Error()
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
    • JSError

      public JSError(JSString message)
      Object Error(message)
      Parameters:
      message - An optional error message that provides details about the exception
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.