org.eclipse.emf.ecore.xmi
Class PackageNotFoundException

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

public class PackageNotFoundException
extends XMIException

See Also:
Serialized Form

Field Summary
protected  String uri
           
 
Fields inherited from class org.eclipse.emf.ecore.xmi.XMIException
column, line, location
 
Constructor Summary
PackageNotFoundException(String uri, String location, int line, int column)
           
 
Method Summary
 String uri()
           
 
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

uri

protected String uri
Constructor Detail

PackageNotFoundException

public PackageNotFoundException(String uri,
                                String location,
                                int line,
                                int column)
Method Detail

uri

public String uri()

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