Class ConfigTypeStrictnessViolation

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.testing.mock.osgi.config.ConfigTypeStrictnessViolation
All Implemented Interfaces:
Serializable

public class ConfigTypeStrictnessViolation extends RuntimeException
Specific exception type thrown when a ConfigType annotation is resolved which has ConfigType.lenient() set to true, which fails to meet the documented assertion rules.
See Also:
  • Constructor Details

    • ConfigTypeStrictnessViolation

      public ConfigTypeStrictnessViolation(String message)