public class DialogFlowException extends IntentRecognitionProviderException
| Modifier | Constructor and Description |
|---|---|
|
DialogFlowException()
Constructs a new
DialogFlowException. |
|
DialogFlowException(String message)
Constructs a new
DialogFlowException from the provided message. |
|
DialogFlowException(String message,
Throwable cause)
|
protected |
DialogFlowException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new
DialogFlowException from the provided message, cause, enableSuppression, and writableStackTrace. |
|
DialogFlowException(Throwable cause)
Constructs a new
DialogFlowException from the provided cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DialogFlowException()
DialogFlowException.RuntimeException.RuntimeException()public DialogFlowException(String message)
DialogFlowException from the provided message.message - the exception's messageRuntimeException.RuntimeException(String)public DialogFlowException(String message, Throwable cause)
message - the exception's messagecause - the exception's causeRuntimeException.RuntimeException(String, Throwable)public DialogFlowException(Throwable cause)
DialogFlowException from the provided cause.cause - the exception's causeRuntimeException.RuntimeException(Throwable)protected DialogFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
DialogFlowException 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 the stack trace should be writableRuntimeException.RuntimeException(String, Throwable, boolean, boolean)Copyright © 2020 SOM Research Lab. All rights reserved.