Class DebugProtocolServer.ExceptionWithMessage

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.tools.dap.types.DebugProtocolServer.ExceptionWithMessage
All Implemented Interfaces:
Serializable
Enclosing class:
DebugProtocolServer

public static class DebugProtocolServer.ExceptionWithMessage extends RuntimeException
See Also:
  • Constructor Details

    • ExceptionWithMessage

      public ExceptionWithMessage(Message debugMessage, String message)
  • Method Details

    • getDebugMessage

      public Message getDebugMessage()