Class MissingSignalUsageException

All Implemented Interfaces:
Serializable

public class MissingSignalUsageException extends IllegalStateException
Thrown when a computed signal or effect action does not read any signal values. Computed signals and effects must read at least one signal to establish reactive dependencies, otherwise they will never recompute or re-run.
See Also:
  • Constructor Details

    • MissingSignalUsageException

      public MissingSignalUsageException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - a message describing the context, not null