Class StateEvent.InvalidEventTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.hilla.signals.core.event.StateEvent.InvalidEventTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
StateEvent<T>

public static class StateEvent.InvalidEventTypeException extends RuntimeException
An exception thrown when the event type is null or invalid.
See Also:
  • Constructor Details

    • InvalidEventTypeException

      public InvalidEventTypeException(String message)
    • InvalidEventTypeException

      public InvalidEventTypeException(String message, Throwable cause)