Uses of Class
com.github.joschi.jadconfig.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in com.github.joschi.jadconfig
Subclasses of ValidationException in com.github.joschi.jadconfigMethods in com.github.joschi.jadconfig that throw ValidationExceptionModifier and TypeMethodDescriptionvoidJadConfig.process()Processes the configuration provided by the configuredRepositoryand filling the provided configuration beans.voidValidates the value value the of provided configuration parameter name -
Uses of ValidationException in com.github.joschi.jadconfig.validators
Methods in com.github.joschi.jadconfig.validators that throw ValidationExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidValidates if the value value the of provided configuration parameter name is a valid UDP/TCP port (0-65535)voidDoes nothing and is being used as defaultValidator.validate(String, Object)methodvoidvoidvoidvoidValidates if the value value the of provided configuration parameter name is a positiveDurationvoidValidates if the value value the of provided configuration parameter name is a positive integervoidValidates if the value value the of provided configuration parameter name is a positive longvoidValidates if the value value the of provided configuration parameter name is a positiveSizevoidValidates if the value value the of provided configuration parameter name is an lowercaseStringvoidValidates if the value value the of provided configuration parameter name is a non-blankStringvoidValidates if the value value the of provided configuration parameter name is a non-emptyStringvoidValidates if the value value the of provided configuration parameter name is an uppercaseStringvoidValidates if the value value the of provided configuration parameter name is an absoluteURI.