Package com.adobe.fontengine
Class FontEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.fontengine.FontEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FontException
,FormattingException
public class FontEngineException extends java.lang.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(java.lang.String message)
FontEngineException(java.lang.String message, java.lang.Throwable cause)
FontEngineException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
FontEngineException
public FontEngineException()
-
FontEngineException
public FontEngineException(java.lang.String message)
-
FontEngineException
public FontEngineException(java.lang.String message, java.lang.Throwable cause)
-
FontEngineException
public FontEngineException(java.lang.Throwable cause)
-
-