org.jfree.report.modules.output.support.itext
Class BaseFontCreateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.jfree.util.StackableRuntimeException
|
+--org.jfree.report.modules.output.support.itext.BaseFontCreateException
- public class BaseFontCreateException
- extends org.jfree.util.StackableRuntimeException
The BaseFontCreateException is thrown if there are problemns while creating iText
fonts.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
|
Constructor Summary |
BaseFontCreateException()
Creates a new BaseFontCreateException with no message. |
BaseFontCreateException(java.lang.String s)
Creates a new BaseFontCreateException with the given message. |
BaseFontCreateException(java.lang.String s,
java.lang.Exception e)
Creates a new BaseFontCreateException with the given message and base exception. |
| Methods inherited from class org.jfree.util.StackableRuntimeException |
getParent,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
BaseFontCreateException
public BaseFontCreateException()
- Creates a new BaseFontCreateException with no message.
BaseFontCreateException
public BaseFontCreateException(java.lang.String s,
java.lang.Exception e)
- Creates a new BaseFontCreateException with the given message and base exception.
- Parameters:
s - the message for this exceptione - the exception that caused this exception.
BaseFontCreateException
public BaseFontCreateException(java.lang.String s)
- Creates a new BaseFontCreateException with the given message.
- Parameters:
s - the message for this exception