Package org.pkl.core.runtime
Class VmEvalException
- 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
-
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,java.io.Serializable
- Direct Known Subclasses:
VmUndefinedValueException
public class VmEvalException 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 VmEvalException(java.lang.String message, @Nullable java.lang.Throwable cause, boolean isExternalMessage, java.lang.Object[] messageArguments, java.util.List<VmException.ProgramValue> programValues, @Nullable com.oracle.truffle.api.nodes.Node location, @Nullable com.oracle.truffle.api.source.SourceSection sourceSection, @Nullable java.lang.String memberName, @Nullable java.lang.String hint)
-
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
-
-
-
-
Constructor Detail
-
VmEvalException
public VmEvalException(java.lang.String message, @Nullable java.lang.Throwable cause, boolean isExternalMessage, java.lang.Object[] messageArguments, java.util.List<VmException.ProgramValue> programValues, @Nullable com.oracle.truffle.api.nodes.Node location, @Nullable com.oracle.truffle.api.source.SourceSection sourceSection, @Nullable java.lang.String memberName, @Nullable java.lang.String hint)
-
-