org.jfree.report.function
Class FunctionProcessingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.jfree.util.StackableRuntimeException
|
+--org.jfree.report.function.FunctionProcessingException
- public class FunctionProcessingException
- extends org.jfree.util.StackableRuntimeException
An exception that indicates that a function has not been correctly initialised.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
| 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 |
FunctionProcessingException
public FunctionProcessingException()
- Default constructor.
FunctionProcessingException
public FunctionProcessingException(java.lang.String message,
java.lang.Exception ex)
- Creates an exception.
- Parameters:
message - the exception message.ex - the parent exception.
FunctionProcessingException
public FunctionProcessingException(java.lang.String message)
- Creates an exception.
- Parameters:
message - the exception message.