public abstract class UncheckedJaicoreMLException
extends java.lang.RuntimeException
UncheckedJaicoreMLException serves as a base class for all unchecked Exceptions defined as part of jaicore-ml.| Constructor and Description |
|---|
UncheckedJaicoreMLException(java.lang.String message)
Creates a new
UncheckedJaicoreMLException with the given parameters. |
UncheckedJaicoreMLException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
UncheckedJaicoreMLException with the given parameters. |
public UncheckedJaicoreMLException(java.lang.String message,
java.lang.Throwable cause)
UncheckedJaicoreMLException with the given parameters.message - The message of this Exception.cause - The underlying cause of this Exception.public UncheckedJaicoreMLException(java.lang.String message)
UncheckedJaicoreMLException with the given parameters.message - The message of this Exception.