Package ai.sklearn4j.core
Class ScikitLearnCoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.sklearn4j.core.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 Summary
Constructors Constructor Description ScikitLearnCoreException(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
-
ScikitLearnCoreException
public ScikitLearnCoreException(String message)
Instantiate a new exception object.- Parameters:
message- The content of the error.
-
-