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