org.libsdl
Class SDLLibraryNotAvailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.libsdl.SDLException
org.libsdl.SDLLibraryNotAvailableException
- All Implemented Interfaces:
- java.io.Serializable
- public class SDLLibraryNotAvailableException
- extends SDLException
The SDLLibraryNotAvailableException is an exception
type that is thrown when an object is trying to be created, but
the functionality to create that object is not available. For
example, if a TTFFont object is instantiated, this
exception is thrown when the SDL_ttf library is not installed.
- Version:
- $revision$
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SDLLibraryNotAvailableException
public SDLLibraryNotAvailableException(java.lang.String str)
- Constructs a new
SDLLibraryNotAvailableException with an
error message. Typically, the error message will include the name of
the library that is not available.