public class ExceptionWriterImpl extends java.lang.Object implements ExceptionWriter
| Constructor and Description |
|---|
ExceptionWriterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
saveException(java.lang.String location,
java.lang.Throwable exception)
Writes out the details of the exception to a file
|
public void saveException(@NotNull
java.lang.String location,
@NotNull
java.lang.Throwable exception)
ExceptionWritersaveException in interface ExceptionWriterlocation - The location of the exception fileexception - The exception to save