Class VmBugException

  • All Implemented Interfaces:
    com.oracle.truffle.api.interop.TruffleObject, java.io.Serializable

    public final class VmBugException
    extends VmException
    See Also:
    Serialized Form
    • 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)