org.eclipse.emf.ecore.xmi
Class UnresolvedReferenceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.emf.ecore.xmi.XMIException
                    |
                    +--org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
All Implemented Interfaces:
Resource.Diagnostic, java.io.Serializable

public class UnresolvedReferenceException
extends XMIException

See Also:
Serialized Form

Field Summary
protected  java.lang.String reference
           
 
Fields inherited from class org.eclipse.emf.ecore.xmi.XMIException
column, exception, line, location
 
Constructor Summary
UnresolvedReferenceException(java.lang.String reference, java.lang.String location, int line, int column)
          Constructor for UnresolvedReferenceException.
 
Method Summary
 java.lang.String getReference()
           
 
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, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reference

protected java.lang.String reference
Constructor Detail

UnresolvedReferenceException

public UnresolvedReferenceException(java.lang.String reference,
                                    java.lang.String location,
                                    int line,
                                    int column)
Constructor for UnresolvedReferenceException.
Parameters:
reference -  
location -  
line -  
column -  
Method Detail

getReference

public java.lang.String getReference()

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