@Service public class ErrorWriterEngineV21 extends java.lang.Object implements ErrorWriterEngine
Constructor and Description |
---|
ErrorWriterEngineV21() |
Modifier and Type | Method and Description |
---|---|
int |
writeError(java.lang.Throwable th,
java.io.OutputStream out)
Writes an error to the output stream
|
public int writeError(java.lang.Throwable th, java.io.OutputStream out)
ErrorWriterEngine
writeError
in interface ErrorWriterEngine
th
- the error to writeout
- the output stream to write to