public class FontFormatException extends Exception
| Constructor and Description |
|---|
FontFormatException()
Constructs a
FontFormatException with null
as its error detail message. |
FontFormatException(String s)
Constructs a
FontFormatException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FontFormatException()
FontFormatException with null
as its error detail message.public FontFormatException(String s)
FontFormatException with the specified detail
message. The error message string s can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.s - the detail message.Copyright © 2012 code4tv.com. All Rights Reserved.