public abstract class ErrorFormatter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ErrorFormatter |
HTML_STYLE |
Constructor and Description |
---|
ErrorFormatter() |
Modifier and Type | Method and Description |
---|---|
static void |
printStackTrace(java.io.PrintWriter out,
java.lang.Throwable ex) |
abstract void |
writeError(java.io.PrintWriter out,
java.lang.String message,
java.lang.Object exception) |
public static final ErrorFormatter HTML_STYLE