Class ScikitLearnCoreException

  • All Implemented Interfaces:
    Serializable

    public class ScikitLearnCoreException
    extends RuntimeException
    A custom exception that provides information on what went wrong in the library general processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • ScikitLearnCoreException

        public ScikitLearnCoreException​(String message)
        Instantiate a new exception object.
        Parameters:
        message - The content of the error.