pt.tumba.parser.swf
Class Font.NoGlyphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.tumba.parser.swf.Font.NoGlyphException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Font

public class Font.NoGlyphException
extends java.lang.Exception

Description of the Class

Author:
unknown
See Also:
Serialized Form

Field Summary
 int code
          Description of the Field
 
Constructor Summary
Font.NoGlyphException(int code)
          Constructor for the NoGlyphException object
 
Method Summary
 
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
 

Field Detail

code

public int code
Description of the Field

Constructor Detail

Font.NoGlyphException

public Font.NoGlyphException(int code)
Constructor for the NoGlyphException object

Parameters:
code - Description of the Parameter