RecognizerException

constructor()

Constructs a RecognizerException with no additional information.


constructor(@NonNull message: String)

Constructs a RecognizerException with a message.

Parameters

message

A String to be returned from getMessage.


constructor(@NonNull message: String, @NonNull results: RecognizerResult)


constructor(@NonNull message: String, @NonNull throwable: Throwable)

Constructs a RecognizerException with a message and inner error.

Parameters

message

A String to be returned from getMessage.

throwable

A Throwable to be returned from getCause.


constructor(@NonNull throwable: Throwable)

Constructs a RecognizerException with an inner error.

Parameters

throwable

A Throwable to be returned from getCause.