public class CffParsingException extends CffFontException
Represents parse exception for fonts of cff format. The exception can be thrown in case errors during font parsing process
Constructor and Description |
---|
CffParsingException()
Initializes new
CffParsingException object. |
CffParsingException(String message)
Initializes new
CffParsingException object. |
CffParsingException(String message,
RuntimeException innerException)
Initializes new
CffParsingException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CffParsingException()
Initializes new CffParsingException
object.
public CffParsingException(String message)
Initializes new CffParsingException
object.
message
- A message that describes the error.public CffParsingException(String message, RuntimeException innerException)
Initializes new CffParsingException
object.
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception.