org.jfree.report.function
Class FunctionInitializeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jfree.util.StackableException
|
+--org.jfree.report.ReportInitialisationException
|
+--org.jfree.report.function.FunctionInitializeException
Deprecated. Noone is using this anymore, since Expressions use the bean interface
- public class FunctionInitializeException
- extends ReportInitialisationException
An exception that indicates that a function has not been correctly initialised.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Exception |
getParent()
Deprecated. Returns the parent exception (possibly null). |
void |
printStackTrace(java.io.PrintStream stream)
Deprecated. Prints the stack trace to the specified stream. |
void |
printStackTrace(java.io.PrintWriter writer)
Deprecated. Prints the stack trace to the specified writer. |
| Methods inherited from class org.jfree.util.StackableException |
printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
FunctionInitializeException
public FunctionInitializeException(java.lang.String message,
java.lang.Exception ex)
- Deprecated.
- Creates an exception.
- Parameters:
message - the exception message.ex - the parent exception.
FunctionInitializeException
public FunctionInitializeException(java.lang.String message)
- Deprecated.
- Creates an exception.
- Parameters:
message - the exception message.
getParent
public java.lang.Exception getParent()
- Deprecated.
- Returns the parent exception (possibly null).
- Overrides:
- getParent in class org.jfree.util.StackableException
- Returns:
- the parent exception.
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
- Deprecated.
- Prints the stack trace to the specified stream.
- Overrides:
- printStackTrace in class org.jfree.util.StackableException
- Parameters:
stream - the output stream.
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
- Deprecated.
- Prints the stack trace to the specified writer.
- Overrides:
- printStackTrace in class org.jfree.util.StackableException
- Parameters:
writer - the writer.