All Packages Class Hierarchy This Package Previous Next Index
Class PREDATOR.ServerError
java.lang.Object
|
+----PREDATOR.ServerError
- public class ServerError
- extends Object
A server error.
-
getMessage()
- Returns the message associated with the error.
-
printStackTrace(PrintStream)
- Prints a stack trace of the error.
getMessage
public String getMessage()
- Returns the message associated with the error.
- Returns:
- The error message
printStackTrace
public void printStackTrace(PrintStream OutStr)
- Prints a stack trace of the error.
- Parameters:
- OutStr - The stream on which the error should be printed
All Packages Class Hierarchy This Package Previous Next Index