Class AdvancedTypographicTableFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.docx4j.fonts.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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
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 stringcause- aThrowablethat caused this exception
-