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
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature