Package ai.sklearn4j.core
Class ScikitLearnFeatureNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.sklearn4j.core.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 Summary
Constructors Constructor Description ScikitLearnFeatureNotImplementedException()Instantiate a new exception object.ScikitLearnFeatureNotImplementedException(String message)Instantiate a new exception object.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-