Class UncheckedJaicoreMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.libs.jaicore.ml.core.exception.UncheckedJaicoreMLException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoneFittedFilterExeception
public abstract class UncheckedJaicoreMLException extends java.lang.RuntimeExceptionTheUncheckedJaicoreMLExceptionserves as a base class for all uncheckedExceptions defined as part of jaicore-ml.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedJaicoreMLException(java.lang.String message)Creates a newUncheckedJaicoreMLExceptionwith the given parameters.UncheckedJaicoreMLException(java.lang.String message, java.lang.Throwable cause)Creates a newUncheckedJaicoreMLExceptionwith the given parameters.
-
-
-
Constructor Detail
-
UncheckedJaicoreMLException
public UncheckedJaicoreMLException(java.lang.String message, java.lang.Throwable cause)Creates a newUncheckedJaicoreMLExceptionwith the given parameters.- Parameters:
message- The message of thisException.cause- The underlying cause of thisException.
-
UncheckedJaicoreMLException
public UncheckedJaicoreMLException(java.lang.String message)
Creates a newUncheckedJaicoreMLExceptionwith the given parameters.- Parameters:
message- The message of thisException.
-
-