|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.wisch.joystick.exception.FFJoystickException
at.wisch.joystick.exception.SDLErrorException
public class SDLErrorException
The Class SDLErrorException. Indicates that an error happened during a call to the native SDL subsystem.
Constructor Summary | |
---|---|
SDLErrorException()
Instantiates a new SDLErrorException with an unknown reason. |
|
SDLErrorException(java.lang.String errorMessage)
Instantiates a new SDLErrorException with a detailed error message. |
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 |
---|
public SDLErrorException()
public SDLErrorException(java.lang.String errorMessage)
errorMessage
- the error message from the native SDL errorMethod Detail |
---|
public java.lang.String getErrorMessage()
getErrorMessage
in class FFJoystickException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |