- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- netscape.javascript.JSException
-
- All Implemented Interfaces:
-
Serializable
public class JSException extends RuntimeException
在JavaScript引擎中引发异常时抛出。 这只是一个标记类来指示与JavaScript接口有关的异常。- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 JSException()
构造一个新的JavaScript异常,为null,因为它是详细的消息。JSException(String s)
使用指定的详细消息构造新的JavaScript异常。JSException(Throwable t)
构造具有指定原因的新JavaScript异常。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-