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
Constructor Summary |
ClassNotFoundException(java.lang.String name,
EFactory factory,
java.lang.String location,
int line,
int column)
Constructor for ClassNotFoundException. |
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 |
className
protected java.lang.String className
factory
protected EFactory factory
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
-
getName
public java.lang.String getName()
getFactory
public EFactory getFactory()