Package org.kiwiproject.consul.util
Class UncheckedMalformedURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.consul.util.UncheckedMalformedURLException
- All Implemented Interfaces:
Serializable
Wraps a
MalformedURLException with an unchecked exception.- See Also:
- Implementation Note:
- This is copied from kiwi. In the future, we may add kiwi as a dependency to this library, and then this can be replaced with the one in kiwi.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString