net.sourceforge.openforecast.models
Class ModelNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.openforecast.models.ModelNotInitializedException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ModelNotInitializedException extends java.lang.RuntimeExceptionThis exception should be thrown when an attempt is made to use a method in a model that has not been initialized by calling init.
-
-
Constructor Summary
Constructors Constructor and Description ModelNotInitializedException()Constructs a new ModelNotInitializedException with no detail message.ModelNotInitializedException(java.lang.String msg)Constructs a new ModelNotInitializedException with the specified detail message.
-
-
-
Constructor Detail
-
ModelNotInitializedException
public ModelNotInitializedException()
Constructs a new ModelNotInitializedException with no detail message. The cause is not initialized, and may subsequently be initialized by a call to java.lang.Throwable.initCause().
-
ModelNotInitializedException
public ModelNotInitializedException(java.lang.String msg)
Constructs a new ModelNotInitializedException with the specified detail message.- Parameters:
msg- the detail message. The detail message is saved for later retrieval by the java.lang.Throwable.getMessage() method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG