org.eclipse.emf.ecore.xmi
Class ClassNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.emf.ecore.xmi.XMIException
                    |
                    +--org.eclipse.emf.ecore.xmi.ClassNotFoundException
All Implemented Interfaces:
Resource.Diagnostic, java.io.Serializable

public class ClassNotFoundException
extends XMIException

See Also:
Serialized Form

Field Summary
protected  java.lang.String className
           
protected  EFactory factory
           
 
Fields inherited from class org.eclipse.emf.ecore.xmi.XMIException
column, exception, line, location
 
Constructor Summary
ClassNotFoundException(java.lang.String name, EFactory factory, java.lang.String location, int line, int column)
          Constructor for ClassNotFoundException.
 
Method Summary
 EFactory getFactory()
           
 java.lang.String getName()
           
 
Methods inherited from class org.eclipse.emf.ecore.xmi.XMIException
getColumn, getLine, getLocation, getMessage, getWrappedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

protected java.lang.String className

factory

protected EFactory factory
Constructor Detail

ClassNotFoundException

public ClassNotFoundException(java.lang.String name,
                              EFactory factory,
                              java.lang.String location,
                              int line,
                              int column)
Constructor for ClassNotFoundException.
Parameters:
name -  
factory -  
location -  
line -  
column -  
Method Detail

getName

public java.lang.String getName()

getFactory

public EFactory getFactory()

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