LogConfigurationException
classin packageklyn.logging
public class LogConfigurationException extends ValueException:
└ LogConfigurationException

Reports an invalid logging configuration.

Example
import klyn.logging

error = LogConfigurationException("Missing file.path")
print(error.message)
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public LogConfigurationException Creates a configuration error.
Inherited Methods
methodInherited Methods from UncheckedException: toString
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, hash, toDict, toJson, toString, toXml