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 |
---|---|
File |
dumpException(Throwable t) |
File |
dumpException(Throwable t,
String msg) |
File |
dumpStreamException(Throwable t) |
File |
dumpStreamException(Throwable t,
String msg) |
File |
dumpStreamText(String msg) |
File |
dumpText(String msg) |
File |
getCommandStreamBinaryFile() |
static DumpErrorSingleton |
getSingleton() |
void |
init(File reportsDir,
String dumpFileName) |
public static final String DUMP_FILE_EXT
public static final String DUMPSTREAM_FILE_EXT
public static DumpErrorSingleton getSingleton()
public File getCommandStreamBinaryFile()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.