Uses of Enum Class
io.helidon.common.uri.UriValidationException.Segment
-
Uses of UriValidationException.Segment in io.helidon.common.uri
Modifier and TypeMethodDescriptionUriValidationException.segment()
Segment that caused this validation exception.Returns the enum constant of this class with the specified name.static UriValidationException.Segment[]
UriValidationException.Segment.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionUriValidationException
(UriValidationException.Segment segment, char[] invalidValue, String message) Create a new validation exception that uses a descriptive message and the failed chars.