Uses of Class
de.muehlencord.shared.configuration.ConfigurationException
Packages that use ConfigurationException
-
Uses of ConfigurationException in de.muehlencord.shared.configuration
Methods in de.muehlencord.shared.configuration that throw ConfigurationExceptionModifier and TypeMethodDescription<T> voidConfiguration.addParameter(Parameter<T> p) adds a new parameter to the configurationvoidDefaultConfiguration.addParameter(Parameter p) adds a new parameter to the configurationstatic ParameterParameterFactory.getParameterInstance(String name) static ParameterParameterFactory.getParameterInstance(String name, boolean mandatory) static ParameterParameterFactory.getParameterInstance(String name, boolean mandatory, Class clazz) static ParameterParameterFactory.getParameterInstance(String name, boolean mandatory, Object value) <T> TConfiguration.getParameterValue(Parameter<T> p) returns the value of the given parameter<T> TConfiguration.getParameterValue(String parameterName) returns the value of the given parameter<T> TDefaultConfiguration.getParameterValue(Parameter<T> p) returns the value of the given parameter<T> TDefaultConfiguration.getParameterValue(String parameterName) returns the value of the given parameter<T> voidConfiguration.setParameterValue(Parameter<T> p, T value) sets the value of the given parameter<T> voidConfiguration.setParameterValue(String parameterName, T value) sets the value of parameter with given name<T> voidDefaultConfiguration.setParameterValue(Parameter<T> p, T value) sets the value of the given parameter<T> voidDefaultConfiguration.setParameterValue(String parameterName, T value) sets the value of parameter with given name<T> voidDefaultConfiguration.setParameterValue(Map<Parameter<T>, T> map) overrides parameter map with given map<T> voidConfiguration.setParameterValueByString(Parameter<T> p, String value) sets the value of the given parametervoidConfiguration.setParameterValueByString(String parameterName, String stringValue) sets the value of the given parameter<T> voidDefaultConfiguration.setParameterValueByString(Parameter<T> p, String stringValue) sets the value of the given parametervoidDefaultConfiguration.setParameterValueByString(String parameterName, String stringValue) sets the value of the given parametervoidConfiguration.validateConfiguration()validates the configurationvoidDefaultConfiguration.validateConfiguration()validates the configuration