public class IllegalValueException extends XMIException
| Modifier and Type | Field and Description |
|---|---|
protected EStructuralFeature |
feature |
protected EObject |
object |
protected java.lang.Object |
value |
column, line, location| Constructor and Description |
|---|
IllegalValueException(EObject object,
EStructuralFeature feature,
java.lang.Object value,
java.lang.Exception emfException,
java.lang.String location,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
EStructuralFeature |
getFeature() |
EObject |
getObject() |
java.lang.Object |
getValue() |
getColumn, getLine, getLocation, getMessage, getWrappedExceptionprotected transient EObject object
protected transient EStructuralFeature feature
protected transient java.lang.Object value
public IllegalValueException(EObject object, EStructuralFeature feature, java.lang.Object value, java.lang.Exception emfException, java.lang.String location, int line, int column)
public EObject getObject()
public EStructuralFeature getFeature()
public java.lang.Object getValue()