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
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1