at.wisch.joystick.exception
Class JoystickManagerNotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.wisch.joystick.exception.FFJoystickException
              extended by at.wisch.joystick.exception.JoystickManagerNotInitializedException
All Implemented Interfaces:
java.io.Serializable

public class JoystickManagerNotInitializedException
extends FFJoystickException

The Class JoystickManagerNotInitializedException. Indicates that JoystickManager was not initialized. Call this method JoystickManager.init().

Author:
Martin Wischenbart
See Also:
JoystickManager, Serialized Form

Constructor Summary
JoystickManagerNotInitializedException()
          Instantiates a new JoystickManagerNotInitializedException.
 
Method Summary
 java.lang.String getErrorMessage()
          Gets the error message describing this exception.
 
Methods inherited from class at.wisch.joystick.exception.FFJoystickException
printErrorMessage
 
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
 

Constructor Detail

JoystickManagerNotInitializedException

public JoystickManagerNotInitializedException()
Instantiates a new JoystickManagerNotInitializedException.

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Gets the error message describing this exception. The message will be "JoystickManager not initialized".

Specified by:
getErrorMessage in class FFJoystickException
Returns:
the error message