public class UnrecognizedEventException extends UnrecognizedComponentException
SbbContext.maskEvent
method contains the name of an
event that is not received by the SBB.Constructor and Description |
---|
UnrecognizedEventException()
Create an
UnrecognizedEventException with no detail message. |
UnrecognizedEventException(String message)
Create an
UnrecognizedEventException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedEventException()
UnrecognizedEventException
with no detail message.public UnrecognizedEventException(String message)
UnrecognizedEventException
with a detail message.message
- the detail message.