Class 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 Detail

      • DataStructureException

        public DataStructureException​(String msg)