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