Traceability

tte.exceptions
Class ResourceLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tte.exceptions.ResourceLoadingException
All Implemented Interfaces:
java.io.Serializable

public class ResourceLoadingException
extends java.lang.Exception

Exception raised when the loading of resource failed.

See Also:
Serialized Form

Constructor Summary
ResourceLoadingException(URI uri)
          Creates an instance of loading Exception with the resource URI.
 
Method Summary
 
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

ResourceLoadingException

public ResourceLoadingException(URI uri)
Creates an instance of loading Exception with the resource URI.

Parameters:
uri - is the URI of the resource that is tried be loaded

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.