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