RecognizerNotInitializedException

Created by Christopher Alex Brown on 1/12/17.

Constructors

Link copied to clipboard
constructor()
Constructs a RecognizerNotInitializedException with no additional information.
constructor(message: String)
Constructs a RecognizerNotInitializedException with a message.
constructor(message: String, throwable: Throwable)
Constructs a RecognizerNotInitializedException with a message and inner error.
constructor(throwable: Throwable)
Constructs a RecognizerNotInitializedException with an inner error.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
@get:Nullable
open val results: RecognizerResult
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String