org.eclipse.emf.ecore.xmi
Class ClassNotFoundException

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

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, line, location
 
Constructor Summary
ClassNotFoundException(java.lang.String name, EFactory factory, java.lang.String location, int line, int column)
           
 
Method Summary
 EFactory getFactory()
           
 java.lang.String getName()
           
 
Methods inherited from class org.eclipse.emf.ecore.xmi.XMIException
getColumn, getLine, getLocation, getMessage, getWrappedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 transient EFactory factory
Constructor Detail

ClassNotFoundException

public ClassNotFoundException(java.lang.String name,
                              EFactory factory,
                              java.lang.String location,
                              int line,
                              int column)
Method Detail

getName

public java.lang.String getName()

getFactory

public EFactory getFactory()

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