Uses of Class
org.eclipse.emf.cdo.util.InvalidURIException
- 
Packages that use InvalidURIException Package Description org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions.
- 
- 
Uses of InvalidURIException in org.eclipse.emf.cdo.utilMethods in org.eclipse.emf.cdo.util that throw InvalidURIException Modifier and Type Method Description static java.lang.String[]CDOURIUtil. extractResourceFolderAndName(org.eclipse.emf.common.util.URI uri)static java.lang.StringCDOURIUtil. extractResourcePath(org.eclipse.emf.common.util.URI uri)static voidCDOURIUtil. validateURI(org.eclipse.emf.common.util.URI uri)Deprecated.Constructors in org.eclipse.emf.cdo.util that throw InvalidURIException Constructor Description CDOURIData(java.lang.String uri)CDOURIData(org.eclipse.emf.common.util.URI uri)
 
-