cx.ath.matthew.cgi

Class DefaultErrorHandler

Implemented Interfaces:
CGIErrorHandler

public class DefaultErrorHandler
extends Object
implements CGIErrorHandler

Interface to handle exceptions in the CGI.

Method Summary

void
print(boolean headers_sent, Exception e)
This is called if an exception is not caught in the CGI.

Method Details

print

public void print(boolean headers_sent,
                  Exception e)
This is called if an exception is not caught in the CGI. It should handle printing the error message nicely to the user, and then exit gracefully.
Specified by:
print in interface CGIErrorHandler