fop 1.1

org.apache.fop.complexscripts.fonts
Class AdvancedTypographicTableFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.fop.complexscripts.fonts.AdvancedTypographicTableFormatException
All Implemented Interfaces:
java.io.Serializable

public class AdvancedTypographicTableFormatException
extends java.lang.RuntimeException

Exception thrown when attempting to decode a truetype font file and a format constraint is violated.

This work was originally authored by Glenn Adams (gadams@apache.org).

See Also:
Serialized Form

Constructor Summary
AdvancedTypographicTableFormatException()
          Instantiate ATT format exception.
AdvancedTypographicTableFormatException(java.lang.String message)
          Instantiate ATT format exception.
AdvancedTypographicTableFormatException(java.lang.String message, java.lang.Throwable cause)
          Instantiate ATT format exception.
 
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
 

Constructor Detail

AdvancedTypographicTableFormatException

public AdvancedTypographicTableFormatException()
Instantiate ATT format exception.


AdvancedTypographicTableFormatException

public AdvancedTypographicTableFormatException(java.lang.String message)
Instantiate ATT format exception.

Parameters:
message - a message string

AdvancedTypographicTableFormatException

public AdvancedTypographicTableFormatException(java.lang.String message,
                                               java.lang.Throwable cause)
Instantiate ATT format exception.

Parameters:
message - a message string
cause - a Throwable that caused this exception

fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.