Class ScikitLearnFeatureNotImplementedException

  • All Implemented Interfaces:
    Serializable

    public class ScikitLearnFeatureNotImplementedException
    extends RuntimeException
    A custom exception that indicates a feature has not been implemented yet.
    See Also:
    Serialized Form
    • Constructor Detail

      • ScikitLearnFeatureNotImplementedException

        public ScikitLearnFeatureNotImplementedException()
        Instantiate a new exception object.
      • ScikitLearnFeatureNotImplementedException

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