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