Package org.teavm.jso.core
Class JSError
java.lang.Object
org.teavm.jso.core.JSError
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
catchNative
(JSError.TryClause<T> tryClause, JSError.CatchClause<T> catchClause) getCause()
getName()
getStack()
static boolean
isError
(org.teavm.jso.JSObject object) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
JSError
public JSError() -
JSError
-
-
Method Details
-
catchNative
-
isError
Deprecated. -
getStack
-
getMessage
-
getName
-
getCause
-