Class UnknownFeatureException

  • All Implemented Interfaces:
    Serializable

    public class UnknownFeatureException
    extends RuntimeException
    Exception thrown for when a FeatureFlag that doesn't exist is checked.

    For internal use only. May be renamed or removed in a future release.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownFeatureException

        public UnknownFeatureException​(String feature)
        Exception constructor.
        Parameters:
        feature - feature title for feature that was used