com.rapidminer.tools
Class BugReport

java.lang.Object
  extended by com.rapidminer.tools.BugReport

public class BugReport
extends java.lang.Object

A bug report can be send by the user. It should only be used in cases where an exception does not occur due to a user error.

Author:
Simon Fischer, Ingo Mierswa

Constructor Summary
BugReport()
           
 
Method Summary
static void createBugReport(java.io.File reportFile, java.lang.Throwable exception, java.lang.String userMessage, Process process, java.lang.String logMessage, java.io.File[] attachments)
           
static java.lang.String getProperties()
           
static java.lang.String getStackTrace(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugReport

public BugReport()
Method Detail

getProperties

public static java.lang.String getProperties()

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable throwable)

createBugReport

public static void createBugReport(java.io.File reportFile,
                                   java.lang.Throwable exception,
                                   java.lang.String userMessage,
                                   Process process,
                                   java.lang.String logMessage,
                                   java.io.File[] attachments)
                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 by Rapid-I