Package org.pkl.core.runtime
Class VmBugException
- 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.VmBugException
-
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,java.io.Serializable
public final class VmBugException 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 VmBugException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()PklExceptiontoPklException(StackFrameTransformer transformer)-
Methods inherited from class org.pkl.core.runtime.VmException
getHint, getInsertedStackFrames, getMemberName, getMessageArguments, getProgramValues, getSourceSection, isExternalMessage, setHint
-
Methods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getLocation, getStackTraceElementLimit
-
-
-
-
Constructor Detail
-
VmBugException
public VmBugException(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 Detail
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classjava.lang.Throwable
-
toPklException
public PklException toPklException(StackFrameTransformer transformer)
- Overrides:
toPklExceptionin classVmException
-
-