com.hermetica.magician.fonts
Class GLFontNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.hermetica.magician.fonts.GLFontNotFoundException

public class GLFontNotFoundException
extends java.lang.RuntimeException

This Exception object is thrown if a requested operating system font cannot be found during a useFont() call.

Version:
$Id: GLFontNotFoundException.java,v 1.2 1998/03/13 16:58:59 descarte Exp descarte $
See Also:
GLContext, OpenGLException, Serialized Form

Constructor Summary
GLFontNotFoundException()
          Standard blank constructor
GLFontNotFoundException(java.lang.String message)
          Constructor with a message!
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLFontNotFoundException

public GLFontNotFoundException()
Standard blank constructor

GLFontNotFoundException

public GLFontNotFoundException(java.lang.String message)
Constructor with a message!