org.andromda.core.repository
Class RepositoryFacadeException

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

public final class RepositoryFacadeException
extends java.lang.RuntimeException

An exception thrown whenever an error is encountered while performing RepositoryFacade processing.

Author:
Anthony Mowers , Chad Brandon
See Also:
Serialized Form

Constructor Summary
RepositoryFacadeException(java.lang.String message)
          Constructor for the RepositoryFacadeException object
RepositoryFacadeException(java.lang.String message, java.lang.Throwable cause)
          Constructor for the RepositoryFacadeException object
RepositoryFacadeException(java.lang.Throwable parent)
          Constructor for the RepositoryFacadeException object
 
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

RepositoryFacadeException

public RepositoryFacadeException(java.lang.String message)
Constructor for the RepositoryFacadeException object

Parameters:
message - describes cause of the exception

RepositoryFacadeException

public RepositoryFacadeException(java.lang.Throwable parent)
Constructor for the RepositoryFacadeException object

Parameters:
message - describes cause of the exception

RepositoryFacadeException

public RepositoryFacadeException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructor for the RepositoryFacadeException object

Parameters:
message - describes cause of the exception
cause - original exception that caused this exception


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