org.avis.common
Class InvalidURIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InvalidURIException(String uri, String message)
           
InvalidURIException(URISyntaxException ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidURIException

public InvalidURIException(String uri,
                           String message)

InvalidURIException

public InvalidURIException(URISyntaxException ex)


Copyright © 2008 Matthew Phillips. All Rights Reserved.