Class Errors
java.lang.Object
|
+----Errors
- public class Errors
- extends Object
A class to print errors on to the page in a common format.
-
Errors()
-
-
printError(String, String, PrintWriter)
- A method to print the error.
Errors
public Errors()
printError
public static void printError(String exceptionName,
String errorMsg,
PrintWriter out)
- A method to print the error.
- Parameters:
- exceptionName - Type of Exception
- errorMsg - Error Message
- out - PrintWriter instance
- Returns:
- Nothing