org.eclipse.emf.ecore.xmi
Class FeatureNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.eclipse.emf.ecore.xmi.XMIException
|
+--org.eclipse.emf.ecore.xmi.FeatureNotFoundException
- All Implemented Interfaces:
- Resource.Diagnostic, java.io.Serializable
- public class FeatureNotFoundException
- extends XMIException
- See Also:
- Serialized Form
Constructor Summary |
FeatureNotFoundException(java.lang.String name,
EObject object,
java.lang.String location,
int line,
int column)
Constructor for FeatureNotFoundException. |
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 |
featureName
protected java.lang.String featureName
object
protected EObject object
FeatureNotFoundException
public FeatureNotFoundException(java.lang.String name,
EObject object,
java.lang.String location,
int line,
int column)
- Constructor for FeatureNotFoundException.
- Parameters:
name
- object
- location
- line
- column
-
getName
public java.lang.String getName()
getObject
public EObject getObject()