PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.fonts
Class FontFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.stefanochizzolini.clown.tokens.FileFormatException
              extended by it.stefanochizzolini.clown.documents.contents.fonts.FontFileFormatException
All Implemented Interfaces:
Serializable

public class FontFileFormatException
extends FileFormatException

Exception thrown in case of bad file format detection.

Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)
See Also:
Serialized Form

Constructor Summary
FontFileFormatException(String message)
           
FontFileFormatException(String message, long position)
           
FontFileFormatException(String message, Throwable cause, long position)
           
 
Method Summary
 
Methods inherited from class it.stefanochizzolini.clown.tokens.FileFormatException
getPosition
 
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
 

Constructor Detail

FontFileFormatException

public FontFileFormatException(String message)

FontFileFormatException

public FontFileFormatException(String message,
                               long position)

FontFileFormatException

public FontFileFormatException(String message,
                               Throwable cause,
                               long position)

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.