SDLException
is the general class of exceptions produced by sdl4gcj.
More...
Public Member Functions | |
SDLException () | |
Constructs an SDLException with no detail message. | |
SDLException (String message) | |
Constructs an SDLException with the specified detail message. | |
Static Public Member Functions | |
static native String | getError () |
Returns error message from SDL system. |
SDLException
is the general class of exceptions produced by sdl4gcj.
|
Constructs an
|
|
Constructs an
|
|
Returns error message from SDL system.
A wrapper method of |