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.


Method Index

 o getMessage()
Returns the message associated with the error.
 o printStackTrace(PrintStream)
Prints a stack trace of the error.

Methods

 o getMessage
 public String getMessage()
Returns the message associated with the error.

Returns:
The error message
 o 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