Serialized Form
-
Package io.dropwizard.configuration
-
Class io.dropwizard.configuration.ConfigurationException extends Exception implements Serializable
-
Serialized Fields
-
errors
Collection<String> errors
-
-
-
Class io.dropwizard.configuration.ConfigurationParsingException extends ConfigurationException implements Serializable
- serialVersionUID:
- 1L
-
Class io.dropwizard.configuration.ConfigurationParsingException.Builder.LevenshteinComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
base
String base
-
-
Class io.dropwizard.configuration.ConfigurationValidationException extends ConfigurationException implements Serializable
- serialVersionUID:
- 5325162099634227047L
-
Serialized Fields
-
constraintViolations
com.google.common.collect.ImmutableSet<javax.validation.ConstraintViolation<?>> constraintViolations
-
-
Class io.dropwizard.configuration.UndefinedEnvironmentVariableException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-