Package cx.ath.matthew.cgi
Class DefaultErrorHandler
java.lang.Object
cx.ath.matthew.cgi.DefaultErrorHandler
- All Implemented Interfaces:
CGIErrorHandler
Interface to handle exceptions in the CGI.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultErrorHandler
public DefaultErrorHandler()
-
-
Method Details
-
print
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 interfaceCGIErrorHandler
-