Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.libsdl
Class SDLLibraryNotAvailableException  view SDLLibraryNotAvailableException download SDLLibraryNotAvailableException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.libsdl.SDLException
              extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SDLLibraryNotAvailableException(java.lang.String str)
          Constructs a new SDLLibraryNotAvailableException with an error message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.