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