Klasse InvalidURIException

Alle implementierten Schnittstellen:
Serializable

public class InvalidURIException extends CDOException
An unchecked exception being thrown to indicate problems with the URI of a resource.
Seit:
2.0
Autor:
Eike Stepper
Siehe auch:
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.
  • Konstruktordetails

    • InvalidURIException

      public InvalidURIException(URI uri, Throwable cause)
    • InvalidURIException

      public InvalidURIException(URI uri)
  • Methodendetails

    • getURI

      public URI getURI()