Klasse ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.commons.log.logback.internal.config.ConfigurationException
- Alle implementierten Schnittstellen:
Serializable
Exception for any errors encountered while utilizing any
properties for configuration services
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfigurationException
(@NotNull String property, @NotNull String reason) ConstructorConfigurationException
(@NotNull String property, @NotNull String reason, @Nullable Throwable cause) Constructor -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ConfigurationException
Constructor- Parameter:
property
- the property that was invalidreason
- the reason that the property value was invalid
-
ConfigurationException
public ConfigurationException(@NotNull @NotNull String property, @NotNull @NotNull String reason, @Nullable @Nullable Throwable cause) Constructor- Parameter:
property
- the property that was invalidreason
- the reason that the property value was invalidcause
- the exception that caused the failure
-
-
Methodendetails
-
getProperty
The property that was invalid- Gibt zurück:
- the property name that caused the failure
-
getReason
The reason that the property value was invalid- Gibt zurück:
- the reason that the property was invalid
-