Class VmEvalException

    • Field Summary

      • Fields inherited from class com.oracle.truffle.api.exception.AbstractTruffleException

        UNLIMITED_STACK_TRACE
    • 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)  
    • 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)