Package org.pkl.core.runtime
Class VmWrappedEvalException
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.VmEvalException
org.pkl.core.runtime.VmWrappedEvalException
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Serializable
- See Also:
-
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
hintFields inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
UNLIMITED_STACK_TRACE -
Constructor Summary
ConstructorsConstructorDescriptionVmWrappedEvalException(String message, @Nullable Throwable cause, boolean isExternalMessage, Object[] messageArguments, List<VmException.ProgramValue> programValues, @Nullable com.oracle.truffle.api.nodes.Node location, @Nullable com.oracle.truffle.api.source.SourceSection sourceSection, @Nullable String memberName, @Nullable String hint, Map<com.oracle.truffle.api.CallTarget, StackFrame> insertedStackFrames, VmException wrappedException) -
Method Summary
Methods inherited from class org.pkl.core.runtime.VmException
getHint, getInsertedStackFrames, getMemberName, getMessageArguments, getProgramValues, getSourceSection, isExternalMessage, setHint, toPklExceptionMethods 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
-
VmWrappedEvalException
public VmWrappedEvalException(String message, @Nullable @Nullable Throwable cause, boolean isExternalMessage, Object[] messageArguments, List<VmException.ProgramValue> programValues, @Nullable @Nullable com.oracle.truffle.api.nodes.Node location, @Nullable @Nullable com.oracle.truffle.api.source.SourceSection sourceSection, @Nullable @Nullable String memberName, @Nullable @Nullable String hint, Map<com.oracle.truffle.api.CallTarget, StackFrame> insertedStackFrames, VmException wrappedException)
-
-
Method Details
-
getWrappedException
-