Class DestroyedIsolateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.oracle.truffle.runtime.hotspot.libgraal.DestroyedIsolateException
- All Implemented Interfaces:
Serializable
Exception thrown when a
LibGraalObject associated with a destroyed isolate context is
used.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisVmExit()Returnstrueif this exception was thrown during VM exit.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
isVmExit
public boolean isVmExit()Returnstrueif this exception was thrown during VM exit.
-