Uses of Class
org.eclipse.emf.common.util.DiagnosticException

Packages that use DiagnosticException
org.eclipse.emf.codegen.jet   
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.exporter   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.rose   
 

Uses of DiagnosticException in org.eclipse.emf.codegen.jet
 

Subclasses of DiagnosticException in org.eclipse.emf.codegen.jet
 class JETException
          Base class for all exceptions generated by the JET engine.
 

Uses of DiagnosticException in org.eclipse.emf.common.util
 

Methods in org.eclipse.emf.common.util with parameters of type DiagnosticException
static CoreException DiagnosticException.toCoreException(DiagnosticException exception)
           
static IStatus BasicDiagnostic.toIStatus(DiagnosticException diagnosticException)
          Returns the diagnostic exception viewed as an IStatus.
 

Uses of DiagnosticException in org.eclipse.emf.exporter
 

Methods in org.eclipse.emf.exporter that throw DiagnosticException
 void ModelExporter.loadGenModel(URI uri)
           
 void ModelExporter.setGenModel(GenModel genModel)
           
 

Uses of DiagnosticException in org.eclipse.emf.importer
 

Methods in org.eclipse.emf.importer that throw DiagnosticException
 void ModelImporter.defineOriginalGenModelPath(IPath path)
           
protected  void ModelImporter.handleOriginalGenModel()
          Subclasses may overwrite this method to perform actions on the reloaded genmodel.
protected  void ModelImporter.loadOriginalGenModel(URI genModelURI)
           
 

Uses of DiagnosticException in org.eclipse.emf.importer.ecore
 

Methods in org.eclipse.emf.importer.ecore that throw DiagnosticException
protected  void EcoreImporter.handleOriginalGenModel()
           
 

Uses of DiagnosticException in org.eclipse.emf.importer.rose
 

Methods in org.eclipse.emf.importer.rose that throw DiagnosticException
protected  void RoseImporter.handleOriginalGenModel()
           
 


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