public class IntentRecognitionProviderException extends XatkitException
IntentRecognitionProviders.| Constructor and Description |
|---|
IntentRecognitionProviderException()
Constructs a new
IntentRecognitionProviderException. |
IntentRecognitionProviderException(String message)
Constructs a new
IntentRecognitionProviderException from the provided message. |
IntentRecognitionProviderException(String message,
Throwable cause)
|
IntentRecognitionProviderException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new
IntentRecognitionProviderException from the provided message, cause,
enableSuppression, and writableStackTrace. |
IntentRecognitionProviderException(Throwable cause)
Constructs a new
IntentRecognitionProviderException from the provided cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IntentRecognitionProviderException()
IntentRecognitionProviderException.RuntimeException.RuntimeException()public IntentRecognitionProviderException(String message)
IntentRecognitionProviderException from the provided message.message - the exception's messageRuntimeException.RuntimeException(String)public IntentRecognitionProviderException(String message, Throwable cause)
message - the exception's messagecause - the exception's causeRuntimeException.RuntimeException(String, Throwable)public IntentRecognitionProviderException(Throwable cause)
IntentRecognitionProviderException from the provided cause.cause - the exception's causeRuntimeException.RuntimeException(Throwable)public IntentRecognitionProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
IntentRecognitionProviderException from the provided message, cause,
enableSuppression, and writableStackTrace.message - the exception's messagecause - the exception's causeenableSuppression - whether or not suppression is enabled or disabledwritableStackTrace - whether or not stack trace should be writableRuntimeException.RuntimeException(String, Throwable, boolean, boolean)Copyright © 2020 SOM Research Lab. All rights reserved.