Class JSException

All Implemented Interfaces:
Serializable

@Deprecated(since="24", forRemoval=true) public class JSException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
The jdk.jsobject module will be delivered with JavaFX.
Thrown when an exception is raised in the JavaScript engine. This is merely a marker class to indicate an exception relating to the JavaScript interface.
Since:
1.5
See Also:
  • Constructor Details

    • JSException

      public JSException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a new JavaScript exception with null as it's detail message.
    • JSException

      public JSException(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct a new JavaScript exception with the specified detail message.
      Parameters:
      s - The detail message
    • JSException

      public JSException(Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct a new JavaScript exception with the specified cause.
      Parameters:
      t - Throwable cause