Class InPluginProcessDumpSingleton


  • public final class InPluginProcessDumpSingleton
    extends java.lang.Object
    Reports errors to dump file. Used only within java process of the plugin itself and not the forked JVM.
    • Method Detail

      • dumpException

        public java.io.File dumpException​(java.lang.Throwable t,
                                          java.lang.String msg,
                                          DefaultReporterFactory defaultReporterFactory,
                                          int jvmRun)
      • dumpException

        public void dumpException​(java.lang.Throwable t,
                                  java.lang.String msg,
                                  DefaultReporterFactory defaultReporterFactory)
      • dumpException

        public void dumpException​(java.lang.Throwable t,
                                  DefaultReporterFactory defaultReporterFactory)
      • dumpText

        public java.io.File dumpText​(java.lang.String msg,
                                     DefaultReporterFactory defaultReporterFactory,
                                     int jvmRun)