Uses of Enum Class
org.springframework.web.util.pattern.PatternParseException.PatternMessage
Packages that use PatternParseException.PatternMessage
Package
Description
Dedicated support for matching HTTP request paths.
-
Uses of PatternParseException.PatternMessage in org.springframework.web.util.pattern
Subclasses with type arguments of type PatternParseException.PatternMessage in org.springframework.web.util.patternModifier and TypeClassDescriptionstatic enum
The messages that can be included in aPatternParseException
when there is a parse failure.Methods in org.springframework.web.util.pattern that return PatternParseException.PatternMessageModifier and TypeMethodDescriptionPatternParseException.getMessageType()
Returns the enum constant of this class with the specified name.static PatternParseException.PatternMessage[]
PatternParseException.PatternMessage.values()
Returns an array containing the constants of this enum class, in the order they are declared.