Package org.pkl.core.runtime
Class VmStackOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.oracle.truffle.api.exception.AbstractTruffleException
-
- org.pkl.core.runtime.VmException
-
- org.pkl.core.runtime.VmStackOverflowException
-
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,java.io.Serializable
public class VmStackOverflowException extends VmException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.runtime.VmException
VmException.Kind, VmException.ProgramValue
-
-
Field Summary
-
Fields inherited from class org.pkl.core.runtime.VmException
hint
-
-
Constructor Summary
Constructors Constructor Description VmStackOverflowException(java.lang.StackOverflowError e)
-
Method Summary
-
Methods inherited from class org.pkl.core.runtime.VmException
getHint, getInsertedStackFrames, getMemberName, getMessageArguments, getProgramValues, getSourceSection, isExternalMessage, setHint, toPklException
-
Methods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getLocation, getStackTraceElementLimit
-
-