com.acsinet_solutions.util.exception
Interface ExceptionDataWriter

All Known Implementing Classes:
AbstractExceptionDataWriter, CompactExceptionDataWriter, HTMLExceptionDataWriter, SimpleExceptionDataWriter

public interface ExceptionDataWriter

Interface that defines the methods that a writer of exception data must have.

Author:
Santiago Arriaga

Method Summary
 void write(java.lang.Throwable throwable)
          Write the stack trace information about the given Throwable instance
 

Method Detail

write

void write(java.lang.Throwable throwable)
           throws java.io.IOException
Write the stack trace information about the given Throwable instance

Parameters:
throwable - A not-null Throwable instance
Throws:
java.io.IOException