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,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
ConstructorsConstructorDescriptionVmUndefinedValueException(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, @Nullable Object receiver, Map<com.oracle.truffle.api.CallTarget, StackFrame> insertedStackFrames) -
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
-
VmUndefinedValueException
public VmUndefinedValueException(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, @Nullable @Nullable Object receiver, Map<com.oracle.truffle.api.CallTarget, StackFrame> insertedStackFrames)
-
-
Method Details
-
fillInHint
-
getReceiver
-