Serialized Form
-
Package io.dropwizard.configuration
-
Class io.dropwizard.configuration.ConfigurationException extends Exception implements Serializable
- serialVersionUID:
- 7596147083618606385L
-
Serialized Fields
-
errors
Collection<String> errors
The configuration related 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
Deserializes this comparator from a givenObjectInputStream.- Throws:
IOException- if I/O errors occur while reading from the streamClassNotFoundException- if the class of a serialized object could not be found
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Serializes this comparator to the givenObjectOutputStream.- Throws:
IOException- if I/O errors occur while writing to the stream
-
-
Serialized Fields
-
base
String base
The base string for the levenshtein comparator.
-
-
Class io.dropwizard.configuration.ConfigurationValidationException extends ConfigurationException implements Serializable
- serialVersionUID:
- 5325162099634227047L
-
Serialized Fields
-
constraintViolations
Set<javax.validation.ConstraintViolation<?>> constraintViolations
The constraint violation occurred during configuration validation.
-
-
Class io.dropwizard.configuration.UndefinedEnvironmentVariableException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-