Class InvalidApiUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.powerwp4j.exceptions.InvalidApiUrlException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid API URL is provided and any of the internal methods of PowerWP4j
detect a
URISyntaxException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidApiUrlException(String message) Creates a new invalid API URL exception with the given message.InvalidApiUrlException(String message, URISyntaxException uriSyntaxEx) Creates a new invalid API URL exception with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidApiUrlException
Creates a new invalid API URL exception with the given message. -
InvalidApiUrlException
Creates a new invalid API URL exception with the given message and cause.
-