RecognizerNotInitializedException

constructor()

Constructs a RecognizerNotInitializedException with no additional information.


constructor(message: String)

Constructs a RecognizerNotInitializedException with a message.

Parameters

message

A String to be returned from getMessage.


constructor(message: String, throwable: Throwable)

Constructs a RecognizerNotInitializedException with a message and inner error.

Parameters

message

A String to be returned from getMessage.

throwable

A Throwable to be returned from getCause.


constructor(throwable: Throwable)

Constructs a RecognizerNotInitializedException with an inner error.

Parameters

throwable

A Throwable to be returned from getCause.