Package org.wiremock.url
Class IllegalUriPart
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.wiremock.stringparser.ParseException
org.wiremock.url.IllegalUriOrPart
org.wiremock.url.IllegalUriPart
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalAuthority,IllegalFragment,IllegalHost,IllegalPassword,IllegalPath,IllegalPort,IllegalQuery,IllegalQueryParamKey,IllegalQueryParamValue,IllegalScheme,IllegalSegment,IllegalUserInfo,IllegalUsername
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalUriPart(String illegalValue, String message) IllegalUriPart(String illegalValue, String message, @Nullable IllegalUriPart cause) -
Method Summary
Methods inherited from class org.wiremock.stringparser.ParseException
getIllegalValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalUriPart
-
IllegalUriPart
-