|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fop.complexscripts.fonts.AdvancedTypographicTableFormatException
public class AdvancedTypographicTableFormatException
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).
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 |
---|
public AdvancedTypographicTableFormatException()
public AdvancedTypographicTableFormatException(java.lang.String message)
message
- a message stringpublic AdvancedTypographicTableFormatException(java.lang.String message, java.lang.Throwable cause)
message
- a message stringcause
- a Throwable
that caused this exception
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |