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:
Serializable

public class ResourceFinderException
extends RuntimeException

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

See Also:
Serialized Form

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

Parameters:
parent - the parent throwable

ResourceFinderException

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

Parameters:
message - the exception message

ResourceFinderException

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

Parameters:
message - the exception message
parent - the parent throwable


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