org.andromda.core.common
Class ResourceFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.common.ResourceFinderException
All Implemented Interfaces:
java.io.Serializable

public class ResourceFinderException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown during the execution of the ResourceFinder

See Also:
Serialized Form

Constructor Summary
ResourceFinderException(java.lang.String message)
          Constructs an instance of ResourceFinderException.
ResourceFinderException(java.lang.String message, java.lang.Throwable parent)
          Constructs an instance of ResourceFinderException.
ResourceFinderException(java.lang.Throwable parent)
          Constructs an instance of ResourceFinderException.
 
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

ResourceFinderException

public ResourceFinderException(java.lang.Throwable parent)
Constructs an instance of ResourceFinderException.

Parameters:
parent -

ResourceFinderException

public ResourceFinderException(java.lang.String message)
Constructs an instance of ResourceFinderException.

Parameters:
message -

ResourceFinderException

public ResourceFinderException(java.lang.String message,
                               java.lang.Throwable parent)
Constructs an instance of ResourceFinderException.

Parameters:
message -
parent -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.