java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.helidon.webserver.IllegalPathPatternException
- All Implemented Interfaces:
Serializable
Cannot parse path pattern.
Path pattern is a WebServer standard regular language for URI path based routing.
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalPathPatternException
(String message, String pattern, int index) Creates new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalPathPatternException
Creates new instance.- Parameters:
message
- Description of the problem.pattern
- Illegal used pattern.index
- index of the problematic character.
-
-
Method Details
-
pattern
Illegal used pattern.- Returns:
- pattern that was used
-
index
public int index()Index of character.- Returns:
- index of offending character
-