org.pentaho.reporting.engine.classic.core.parameters
Class NeedMoreDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.engine.classic.core.parameters.NeedMoreDataException
- All Implemented Interfaces:
- Serializable
public class NeedMoreDataException
- extends org.pentaho.reporting.libraries.base.util.StackableException
This exception is thrown to indicate that the parameter needs more data to produce a sensible value.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException |
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString |
NeedMoreDataException
public NeedMoreDataException()
- Creates a StackableRuntimeException with no message and no parent.
NeedMoreDataException
public NeedMoreDataException(String message,
Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
NeedMoreDataException
public NeedMoreDataException(String message)
- Creates an exception.
- Parameters:
message
- the exception message.