org.pentaho.reporting.libraries.fonts
public class FontException extends StackableException
Constructor Summary | |
---|---|
FontException() Creates a StackableRuntimeException with no message and no parent. | |
FontException(String message, Exception ex)
Creates an exception.
| |
FontException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.