com.slurm.gf
Class GFFileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.slurm.gf.GFFileFormatException

public class GFFileFormatException
extends java.lang.Exception

Thrown to indicate a format error in a generic font file.

See Also:
Serialized Form

Constructor Summary
GFFileFormatException()
          Creates a GFFileFormatException with no detail message.
GFFileFormatException(java.lang.String s)
          Creates a GFFileFormatException with no detail 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

GFFileFormatException

public GFFileFormatException()
Creates a GFFileFormatException with no detail message.

GFFileFormatException

public GFFileFormatException(java.lang.String s)
Creates a GFFileFormatException with no detail message.