Serializable
public class JSException extends RuntimeException
Constructor | Description |
---|---|
JSException() |
Constructs a new JavaScript exception with null as it's detail message.
|
JSException(String s) |
Construct a new JavaScript exception with the specified detail message.
|
JSException(Throwable t) |
Construct a new JavaScript exception with the specified cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSException()
public JSException(String s)
s
- The detail messagepublic JSException(Throwable t)
t
- Throwable cause Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1