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