com.vaadin.hilla.signals.core.event.

Class MissingFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.hilla.signals.core.event.MissingFieldException

All Implemented Interfaces:

Serializable

public class MissingFieldException extends RuntimeException

An exception thrown when a required field is missing in the JSON representation of a state event.

See Also:

  • Constructor Details

    • MissingFieldException

      public MissingFieldException(String fieldName)