Class ExceptionDetails

java.lang.Object
com.oracle.truffle.tools.chromeinspector.types.ExceptionDetails

public final class ExceptionDetails extends Object
  • Constructor Details

    • ExceptionDetails

      public ExceptionDetails(com.oracle.truffle.api.debug.DebugException debugException)
    • ExceptionDetails

      public ExceptionDetails(String errorMessage)
  • Method Details

    • createJSON

      public org.graalvm.shadowed.org.json.JSONObject createJSON(InspectorExecutionContext context)
    • resetIDs

      public static void resetIDs()
      For test purposes only. Do not call from production code.