org.eclipse.emf.ecore.xmi
Class IllegalValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.emf.ecore.xmi.XMIException
              extended byorg.eclipse.emf.ecore.xmi.IllegalValueException
All Implemented Interfaces:
Resource.Diagnostic, Serializable

public class IllegalValueException
extends XMIException

See Also:
Serialized Form

Field Summary
protected  EStructuralFeature feature
           
protected  EObject object
           
protected  Object value
           
 
Fields inherited from class org.eclipse.emf.ecore.xmi.XMIException
column, exception, 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, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

protected EObject object

feature

protected EStructuralFeature feature

value

protected Object value
Constructor Detail

IllegalValueException

public IllegalValueException(EObject object,
                             EStructuralFeature feature,
                             Object value,
                             Exception emfException,
                             String location,
                             int line,
                             int column)
Method Detail

getObject

public EObject getObject()

getFeature

public EStructuralFeature getFeature()

getValue

public Object getValue()

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.