public class BaseFontCreateException extends RuntimeException
| Constructor and Description |
|---|
BaseFontCreateException()
Creates a new BaseFontCreateException with no message.
|
BaseFontCreateException(String s)
Creates a new BaseFontCreateException with the given message.
|
BaseFontCreateException(String s,
Exception e)
Creates a new BaseFontCreateException with the given message and base exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BaseFontCreateException()
public BaseFontCreateException(String s, Exception e)
s - the message for this exceptione - the exception that caused this exception.public BaseFontCreateException(String s)
s - the message for this exception