CGIErrorHandler
public class DefaultErrorHandler extends Object implements CGIErrorHandler
Constructor | Description |
---|---|
DefaultErrorHandler() |
Modifier and Type | Method | 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