Package moltsen.AI.NaiveBayes
Class DataStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- moltsen.AI.NaiveBayes.DataStructureException
-
- All Implemented Interfaces:
Serializable
public class DataStructureException extends Exception
An exception used to inform about structural problems in the Naive Bayes classifier.- Version:
- 1.0
- Author:
- Lars Moltsen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataStructureException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataStructureException
public DataStructureException(String msg)
-
-