Class JSInterruptedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.exception.AbstractTruffleException
com.oracle.truffle.js.runtime.JSInterruptedExecutionException
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Serializable
public final class JSInterruptedExecutionException
extends com.oracle.truffle.api.exception.AbstractTruffleException
- See Also:
-
Field Summary
Fields inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
UNLIMITED_STACK_TRACE -
Constructor Summary
ConstructorsConstructorDescriptionJSInterruptedExecutionException(String message, com.oracle.truffle.api.nodes.Node originatedBy) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getEncapsulatingSourceSection, getLocation, getStackTraceElementLimitMethods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSInterruptedExecutionException
public JSInterruptedExecutionException(String message, com.oracle.truffle.api.nodes.Node originatedBy)
-
-
Method Details
-
wrap
-