Class InvalidURIException

All Implemented Interfaces:
Serializable

public class InvalidURIException extends CDOException
An unchecked exception being thrown to indicate problems with the URI of a resource.
Since:
2.0
Author:
Eike Stepper
See Also:
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.
  • Constructor Details

    • InvalidURIException

      public InvalidURIException(URI uri, Throwable cause)
    • InvalidURIException

      public InvalidURIException(URI uri)
  • Method Details

    • getURI

      public URI getURI()