public class FontException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor and Description |
---|
FontException()
Creates a StackableRuntimeException with no message and no parent.
|
FontException(String message)
Creates an exception.
|
FontException(String message,
Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public FontException()
public FontException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public FontException(String message)
message
- the exception message.