Uses of Enum Class
io.helidon.common.uri.UriValidationException.Segment
Packages that use UriValidationException.Segment
-
Uses of UriValidationException.Segment in io.helidon.common.uri
Subclasses with type arguments of type UriValidationException.Segment in io.helidon.common.uriModifier and TypeClassDescriptionstatic enumSegment of the URI that caused this validation failure.Methods in io.helidon.common.uri that return UriValidationException.SegmentModifier 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.Constructors in io.helidon.common.uri with parameters of type UriValidationException.SegmentModifierConstructorDescriptionUriValidationException(UriValidationException.Segment segment, char[] invalidValue, String message) Create a new validation exception that uses a descriptive message and the failed chars.