Package org.wiremock.url
Class IllegalUri
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.IllegalUri
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalAbsoluteUri,IllegalUrl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalUri(String illegalValue) IllegalUri(String illegalValue, @Nullable IllegalUriPart cause) IllegalUri(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
-
IllegalUri
-
IllegalUri
-
IllegalUri
-