Klasse ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.commons.log.logback.internal.config.ConfigurationException
Alle implementierten Schnittstellen:
Serializable

public class ConfigurationException extends Exception
Exception for any errors encountered while utilizing any properties for configuration services
Siehe auch:
  • Konstruktordetails

    • ConfigurationException

      public ConfigurationException(@NotNull @NotNull String property, @NotNull @NotNull String reason)
      Constructor
      Parameter:
      property - the property that was invalid
      reason - 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 invalid
      reason - the reason that the property value was invalid
      cause - the exception that caused the failure
  • Methodendetails

    • getProperty

      @NotNull public @NotNull String getProperty()
      The property that was invalid
      Gibt zurück:
      the property name that caused the failure
    • getReason

      @NotNull public @NotNull String getReason()
      The reason that the property value was invalid
      Gibt zurück:
      the reason that the property was invalid