at.wisch.joystick.exception
Class FFJoystickException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.wisch.joystick.exception.FFJoystickException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JoystickManagerNotInitializedException, JoystickNotFoundException, SDLErrorException

public abstract class FFJoystickException
extends java.lang.Exception

The Class FFJoystickException. This is the general superclass of all exceptions specific to this joystick driver.

Author:
Martin Wischenbart
See Also:
Serialized Form

Method Summary
abstract  java.lang.String getErrorMessage()
          Gets the error message describing this exception.
 void printErrorMessage()
          Prints the error message describing this exception to System.err.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorMessage

public abstract java.lang.String getErrorMessage()
Gets the error message describing this exception.

Returns:
the error message

printErrorMessage

public void printErrorMessage()
Prints the error message describing this exception to System.err.