W3cubDocs

/OpenJDK 25

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 Summary

Constructor Description
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(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.
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.

Method Summary

Methods declared in class Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.jsobject/netscape/javascript/JSException.html