public class FontRuntimeException extends RuntimeException
Constructor and Description |
---|
FontRuntimeException(String msg)
Constructs a FontRuntimeException with the specified message.
|
FontRuntimeException(String msg,
Throwable t)
Constructs a FontRuntimeException with the specified message
wrapping the underlying exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FontRuntimeException(String msg)
msg
- the exception mesaageCopyright © 2025 Apache Software Foundation. All rights reserved.