org.avis.common
Class InvalidURIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.avis.common.InvalidURIException
- All Implemented Interfaces:
- Serializable
public class InvalidURIException
- extends RuntimeException
Unchecked invalid URI exception. This is used in places that it
would be irritating to use the checked Java URISyntaxException
.
- Author:
- Matthew Phillips
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidURIException
public InvalidURIException(String uri,
String message)
InvalidURIException
public InvalidURIException(URISyntaxException ex)
Copyright © 2008 Matthew Phillips. All Rights Reserved.