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
public class FontEngineException extends Exception
Base class for AFE exceptions.Synchronization
This class has the same threadsafety guarantees as its parent, java.lang.Exception.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FontEngineException()
FontEngineException(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
-
-