com.unitesk.reqcoverage.reqstracer
public class ErrorLog extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ErrorLog.Entry |
static class |
ErrorLog.ExceptionEntry |
Constructor and Description |
---|
ErrorLog() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Throwable e) |
java.util.List<ErrorLog.Entry> |
entries() |
boolean |
isEmpty() |
public java.util.List<ErrorLog.Entry> entries()
public boolean isEmpty()
public void add(java.lang.Throwable e)