Uses of Class
org.eclipse.emf.ecore.xmi.XMIException

Packages that use XMIException
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
 

Uses of XMIException in org.eclipse.emf.ecore.xmi
 

Subclasses of XMIException in org.eclipse.emf.ecore.xmi
 class ClassNotFoundException
           
 class DanglingHREFException
           
 class FeatureNotFoundException
           
 class IllegalValueException
           
 class PackageNotFoundException
           
 class UnresolvedReferenceException
           
 

Methods in org.eclipse.emf.ecore.xmi that return types with arguments of type XMIException
 java.util.List<XMIException> XMLHelper.setManyReference(XMLHelper.ManyReference reference, java.lang.String location)
           
 

Uses of XMIException in org.eclipse.emf.ecore.xmi.impl
 

Methods in org.eclipse.emf.ecore.xmi.impl that return XMIException
protected  XMIException XMLHandler.toXMIException(org.xml.sax.SAXParseException e)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return types with arguments of type XMIException
 java.util.List<XMIException> XMLHelperImpl.setManyReference(XMLHelper.ManyReference reference, java.lang.String location)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type XMIException
 void XMLHandler.error(XMIException e)
           
 void XMLHandler.fatalError(XMIException e)
           
 void XMLHandler.warning(XMIException e)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.