public class DefaultErrorHandler extends java.lang.Object implements CGIErrorHandler
Constructor and Description |
---|
DefaultErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
print(boolean headers_sent,
java.lang.Exception e)
This is called if an exception is not caught in the CGI.
|
public void print(boolean headers_sent, java.lang.Exception e)
print
in interface CGIErrorHandler