Package org.openhab.core.voice
Class KSErrorEvent
java.lang.Object
org.openhab.core.voice.DTErrorEvent
org.openhab.core.voice.KSErrorEvent
- Author:
- Kelly Davis - Initial contribution
-
Constructor Summary
ConstructorsConstructorDescriptionKSErrorEvent(String message) Constructs an instance with the passedmessage. -
Method Summary
Methods inherited from class org.openhab.core.voice.DTErrorEvent
getMessage
-
Constructor Details
-
KSErrorEvent
Constructs an instance with the passedmessage.- Parameters:
message- The message describing the error
-