Class UncheckedMalformedURLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.consul.util.UncheckedMalformedURLException
All Implemented Interfaces:
Serializable

public class UncheckedMalformedURLException extends RuntimeException
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.