Class NumpyOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.sklearn4j.core.libraries.numpy.NumpyOperationException
-
- All Implemented Interfaces:
Serializable
public class NumpyOperationException extends RuntimeException
A custom exception that provides information on what went wrong in numpy's processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumpyOperationException(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
-
NumpyOperationException
public NumpyOperationException(String message)
Instantiate a new exception object.- Parameters:
message- The content of the error.
-
-