Class JSError

All Implemented Interfaces:
Serializable

public final class JSError extends RuntimeException
Represents the error value thrown in JavaScript.

Must not pass a Throwable instance, these should be thrown directly instead of being wrapped in a JSError.

See Also:
  • Constructor Details

    • JSError

      public JSError(Object thrownObject)
  • Method Details

    • getThrownObject

      public Object getThrownObject()