public final class DumpErrorSingleton extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DUMP_FILE_EXT  | 
static String | 
DUMPSTREAM_FILE_EXT  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dumpException(Throwable t)  | 
void | 
dumpException(Throwable t,
             String msg)  | 
void | 
dumpStreamException(Throwable t)  | 
void | 
dumpStreamException(Throwable t,
                   String msg)  | 
void | 
dumpStreamText(String msg)  | 
void | 
dumpText(String msg)  | 
static DumpErrorSingleton | 
getSingleton()  | 
void | 
init(String dumpFileName,
    ReporterConfiguration configuration)  | 
public static final String DUMP_FILE_EXT
public static final String DUMPSTREAM_FILE_EXT
public static DumpErrorSingleton getSingleton()
public void init(String dumpFileName, ReporterConfiguration configuration)
public void dumpException(Throwable t)
public void dumpText(String msg)
public void dumpStreamException(Throwable t)
public void dumpStreamText(String msg)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.