All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.hermetica.magician.fonts.GLFontNotFoundException
| Summary |
public class GLFontNotFoundException
extends java.lang.RuntimeException
{
// Constructors 2
public GLFontNotFoundException();
public GLFontNotFoundException(String);
}
This Exception object is thrown if a requested operating system font cannot be found during a useFont() call.
See Also: GLContext, OpenGLException
| Constructors |
· GLFontNotFoundException | Summary | Top |
public GLFontNotFoundException()
Standard blank constructor
· GLFontNotFoundException | Summary | Top |
public GLFontNotFoundException(String message)
Constructor with a message!
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7