public class CffFontException extends FontException
Represents common processing related exception for fonts of CFF format.
Constructor and Description |
---|
CffFontException()
Initializes new
CffFontException object. |
CffFontException(String message)
Initializes new
CffFontException object. |
CffFontException(String message,
RuntimeException innerException)
Initializes new
CffFontException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CffFontException()
Initializes new CffFontException
object.
public CffFontException(String message)
Initializes new CffFontException
object.
message
- A message that describes the error.public CffFontException(String message, RuntimeException innerException)
Initializes new CffFontException
object.
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception.