java.io.Serializablepublic class FontException
extends org.pentaho.reporting.libraries.base.util.StackableException
| Constructor | Description |
|---|---|
FontException() |
Creates a StackableRuntimeException with no message and no parent.
|
FontException(java.lang.String message) |
Creates an exception.
|
FontException(java.lang.String message,
java.lang.Exception ex) |
Creates an exception.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic FontException()
public FontException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public FontException(java.lang.String message)
message - the exception message.