net.sourceforge.openforecast.models
Class InsufficientDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.openforecast.models.InsufficientDataException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InsufficientDataException extends java.lang.ExceptionRepresents the case when there is insufficient data available to return a valid forecast value.- Since:
- 0.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InsufficientDataException()Default constructor.InsufficientDataException(java.lang.String reason)Constructs a new InsufficientDataException with the given reason.
-
-
-
Constructor Detail
-
InsufficientDataException
public InsufficientDataException()
Default constructor. If possible, use the one argument constructor and give more information about the lack of data.
-
InsufficientDataException
public InsufficientDataException(java.lang.String reason)
Constructs a new InsufficientDataException with the given reason. This is the preferred constructor.- Parameters:
reason- the reason for, or details about, the InsufficientDataException.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG