com.slurm.gf
Class GFBadCharException

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

public class GFBadCharException
extends java.lang.Exception

Thrown to indicate a format error encountered while parsing a character in a generic font file.

See Also:
Serialized Form

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

GFBadCharException

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

GFBadCharException

public GFBadCharException(java.lang.String s)
Creates a GFBadCharException with the given detail message.