Class GLMModelSelection.ModelNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.nm.stat.regression.linear.glm.modelselection.GLMModelSelection.ModelNotFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GLMModelSelection
public static class GLMModelSelection.ModelNotFound extends Exception
Throw aModelNotFound
exception when fail to construct a model to explain the data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelNotFound(String msg)
Construct aModelNotFound
exception with an error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ModelNotFound
public ModelNotFound(String msg)
Construct aModelNotFound
exception with an error message.- Parameters:
msg
- the error message
-
-