Package org.openhab.core.voice
Class KSErrorEvent
java.lang.Object
org.openhab.core.voice.KSErrorEvent
- All Implemented Interfaces:
KSEvent
- Author:
- Kelly Davis - Initial contribution
-
Constructor Summary
ConstructorDescriptionKSErrorEvent
(String message) Constructs an instance with the passedmessage
. -
Method Summary
-
Constructor Details
-
KSErrorEvent
Constructs an instance with the passedmessage
.- Parameters:
message
- The message describing the error
-
-
Method Details
-
getMessage
Gets the message describing this error- Returns:
- The message describing this error
-