|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.exception.AbstractExceptionDataWriter
com.acsinet_solutions.util.exception.HTMLExceptionDataWriter
public final class HTMLExceptionDataWriter
Generic exception data writer that writes exception info to stderr
| Constructor Summary | |
|---|---|
HTMLExceptionDataWriter(java.io.Writer writer)
|
|
| Method Summary | |
|---|---|
protected void |
endException()
Exception end |
protected void |
printMessage(java.lang.String message)
Print message for an exception |
protected void |
printStackTraceEntry(int line,
java.lang.String entry)
Print an stack trace entry |
protected void |
startException(boolean start)
Exception starts |
| Methods inherited from class com.acsinet_solutions.util.exception.AbstractExceptionDataWriter |
|---|
getStop, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.acsinet_solutions.util.exception.ExceptionDataWriter |
|---|
write |
| Constructor Detail |
|---|
public HTMLExceptionDataWriter(java.io.Writer writer)
writer - A not-null valid Writer instance| Method Detail |
|---|
protected final void startException(boolean start)
throws java.io.IOException
startException in class AbstractExceptionDataWriterstart - true if this is the first exception; false otherwise
java.io.IOException
protected final void endException()
throws java.io.IOException
endException in class AbstractExceptionDataWriterjava.io.IOException
protected final void printMessage(java.lang.String message)
throws java.io.IOException
printMessage in class AbstractExceptionDataWritermessage - A not-null String instance
java.io.IOException
protected final void printStackTraceEntry(int line,
java.lang.String entry)
throws java.io.IOException
printStackTraceEntry in class AbstractExceptionDataWriterpos - The nonnegative line positionentry - A not-null String instance
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||