Package org.openhab.core.voice
Class DTErrorEvent
java.lang.Object
org.openhab.core.voice.DTErrorEvent
- All Implemented Interfaces:
DTEvent
- Direct Known Subclasses:
KSErrorEvent
- Author:
- Miguel Álvarez Díez - Initial contribution
-
Constructor Summary
ConstructorsConstructorDescriptionDTErrorEvent(String message) Constructs an instance with the passedmessage. -
Method Summary
-
Constructor Details
-
DTErrorEvent
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
-