Package org.pkl.core.runtime
Class VmUndefinedValueException
- 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.VmUndefinedValueException
-
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,java.io.Serializable
public final class VmUndefinedValueException extends VmEvalException
- 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 VmUndefinedValueException(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, @Nullable java.lang.Object receiver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VmUndefinedValueExceptionfillInHint(java.util.Deque<java.lang.Object> path, java.lang.Object topLevelValue)@Nullable java.lang.ObjectgetReceiver()-
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
-
VmUndefinedValueException
public VmUndefinedValueException(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, @Nullable java.lang.Object receiver)
-
-
Method Detail
-
fillInHint
public VmUndefinedValueException fillInHint(java.util.Deque<java.lang.Object> path, java.lang.Object topLevelValue)
-
getReceiver
public @Nullable java.lang.Object getReceiver()
-
-