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