Class SwitchExperimentalFeatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.component.checkbox.SwitchExperimentalFeatureException
All Implemented Interfaces:
Serializable

public class SwitchExperimentalFeatureException extends RuntimeException
An exception which is thrown when somebody attempts to use the Switch component without activating the associated feature flag first.
Since:
25.3
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • SwitchExperimentalFeatureException

      public SwitchExperimentalFeatureException()
      Creates a new exception with a default message.