public class UnsupportedFontException extends FontException
This class has the same threadsafety guarantees java.lang.Exception.
| Constructor and Description |
|---|
UnsupportedFontException() |
UnsupportedFontException(Font font) |
UnsupportedFontException(String message) |
UnsupportedFontException(String message,
Font font) |
UnsupportedFontException(String message,
Throwable cause) |
UnsupportedFontException(String message,
Throwable cause,
Font font) |
UnsupportedFontException(Throwable cause) |
UnsupportedFontException(Throwable cause,
Font font) |
getFont, initFont, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnsupportedFontException()
public UnsupportedFontException(Font font)
public UnsupportedFontException(String message)
public UnsupportedFontException(String message, Throwable cause, Font font)
public UnsupportedFontException(Throwable cause)
Copyright © 2010 - 2020 Adobe. All Rights Reserved