Package com.adobe.fontengine
Class FontEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FontException,FormattingException
Base class for AFE exceptions.
Synchronization
This class has the same threadsafety guarantees as its parent, java.lang.Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFontEngineException(String message) FontEngineException(String message, Throwable cause) FontEngineException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FontEngineException
public FontEngineException() -
FontEngineException
-
FontEngineException
-
FontEngineException
-