|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jfree.util.StackableException
|
+--com.jrefinery.report.ReportInitialisationException
|
+--com.jrefinery.report.function.FunctionInitializeException
An exception that indicates that a function has not been correctly initialised.
| Constructor Summary | |
FunctionInitializeException(java.lang.String message)
Creates an exception. |
|
FunctionInitializeException(java.lang.String message,
java.lang.Exception ex)
Creates an exception. |
|
| Method Summary | |
java.lang.Exception |
getParent()
Returns the parent exception (possibly null). |
void |
printStackTrace(java.io.PrintStream stream)
Prints the stack trace to the specified stream. |
void |
printStackTrace(java.io.PrintWriter writer)
Prints the stack trace to the specified writer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FunctionInitializeException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public FunctionInitializeException(java.lang.String message)
message - the exception message.| Method Detail |
public java.lang.Exception getParent()
getParent in class org.jfree.util.StackableExceptionpublic void printStackTrace(java.io.PrintStream stream)
printStackTrace in class org.jfree.util.StackableExceptionstream - the output stream.public void printStackTrace(java.io.PrintWriter writer)
printStackTrace in class org.jfree.util.StackableExceptionwriter - the writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||