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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigTypeStrictnessViolation
-