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 interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TcatchNative(JSError.TryClause<T> tryClause, JSError.CatchClause<T> catchClause) abstract Stringabstract StringgetName()abstract StringgetStack()static booleanisError(org.teavm.jso.JSObject object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
JSError
public JSError()
-
-
Method Details
-
catchNative
-
isError
public static boolean isError(org.teavm.jso.JSObject object) -
getStack
-
getMessage
-
getName
-