org.eclipse.xtext.builder.resourceloader
Class IResourceLoader.LoadOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.common.util.WrappedException
                  extended by org.eclipse.xtext.builder.resourceloader.IResourceLoader.LoadOperationException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
IResourceLoader

public static class IResourceLoader.LoadOperationException
extends org.eclipse.emf.common.util.WrappedException

The Class LoadOperationException.

See Also:
Serialized Form

Constructor Summary
IResourceLoader.LoadOperationException(org.eclipse.emf.common.util.URI uri, java.lang.Exception exception)
          Instantiates a new load operation exception.
IResourceLoader.LoadOperationException(org.eclipse.emf.common.util.URI uri, java.lang.Throwable exception)
          Instantiates a new load operation exception.
 
Method Summary
 org.eclipse.emf.common.util.URI getUri()
          Gets the URI of the resource that failed to load.
 
Methods inherited from class org.eclipse.emf.common.util.WrappedException
exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IResourceLoader.LoadOperationException

public IResourceLoader.LoadOperationException(org.eclipse.emf.common.util.URI uri,
                                              java.lang.Throwable exception)
Instantiates a new load operation exception.

Parameters:
uri - the uri of the resource that failed to load
exception - the exception

IResourceLoader.LoadOperationException

public IResourceLoader.LoadOperationException(org.eclipse.emf.common.util.URI uri,
                                              java.lang.Exception exception)
Instantiates a new load operation exception.

Parameters:
uri - the uri of the resource that failed to load
exception - the exception
Method Detail

getUri

public org.eclipse.emf.common.util.URI getUri()
Gets the URI of the resource that failed to load.

Returns:
the uri