Package org.kiwiproject.net
Class UncheckedMalformedURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kiwiproject.net.UncheckedMalformedURLException
-
- All Implemented Interfaces:
Serializable
public class UncheckedMalformedURLException extends RuntimeException
Wraps aMalformedURLExceptionwith an unchecked exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedMalformedURLException(String message, MalformedURLException cause)UncheckedMalformedURLException(MalformedURLException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MalformedURLExceptiongetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedMalformedURLException
public UncheckedMalformedURLException(MalformedURLException cause)
-
UncheckedMalformedURLException
public UncheckedMalformedURLException(String message, MalformedURLException cause)
-
-
Method Detail
-
getCause
public MalformedURLException getCause()
-
-