Class ScikitLearnWrapperExecutionFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScikitLearnWrapperExecutionFailedException
    extends org.api4.java.algorithm.exceptions.AlgorithmException
    See Also:
    Serialized Form
    • Constructor Detail

      • ScikitLearnWrapperExecutionFailedException

        public ScikitLearnWrapperExecutionFailedException​(java.lang.String message,
                                                          java.lang.Throwable cause)
        Creates a new ScikitLearnWrapperExecutionFailedException with the given parameters.
        Parameters:
        message - The message of this Exception.
        cause - The underlying cause of this Exception.
      • ScikitLearnWrapperExecutionFailedException

        public ScikitLearnWrapperExecutionFailedException​(java.lang.String message)
        Creates a new ScikitLearnWrapperExecutionFailedException with the given parameters.
        Parameters:
        message - The message of this Exception.