Package org.wiremock.url
Class IllegalRelativeUrl
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
org.wiremock.url.IllegalUrl
org.wiremock.url.IllegalRelativeUrl
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalPathAndQuery
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalRelativeUrl(String relativeRef) IllegalRelativeUrl(String illegalRelativeRef, @Nullable IllegalUriPart cause) IllegalRelativeUrl(String illegalRelativeRef, 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
-
IllegalRelativeUrl
-
IllegalRelativeUrl
-
IllegalRelativeUrl
public IllegalRelativeUrl(String illegalRelativeRef, String message, @Nullable IllegalUriPart cause)
-