|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.ecore.xmi.XMIException
org.eclipse.emf.ecore.xmi.IllegalValueException
Field Summary | |
protected EStructuralFeature |
feature
|
protected EObject |
object
|
protected Object |
value
|
Fields inherited from class org.eclipse.emf.ecore.xmi.XMIException |
column, line, location |
Constructor Summary | |
IllegalValueException(EObject object,
EStructuralFeature feature,
Object value,
Exception emfException,
String location,
int line,
int column)
|
Method Summary | |
EStructuralFeature |
getFeature()
|
EObject |
getObject()
|
Object |
getValue()
|
Methods inherited from class org.eclipse.emf.ecore.xmi.XMIException |
getColumn, getLine, getLocation, getMessage, getWrappedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected transient EObject object
protected transient EStructuralFeature feature
protected transient Object value
Constructor Detail |
public IllegalValueException(EObject object, EStructuralFeature feature, Object value, Exception emfException, String location, int line, int column)
Method Detail |
public EObject getObject()
public EStructuralFeature getFeature()
public Object getValue()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |