org.andromda.core.repository
Class RepositoryException

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

public final class RepositoryException
extends java.lang.RuntimeException

An exception thrown whenever an unexpected occurs while configuring a repository instance.

Author:
Chad Brandon
See Also:
Serialized Form

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

RepositoryException

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

Parameters:
message - describes cause of the exception

RepositoryException

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

Parameters:
message - describes cause of the exception

RepositoryException

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

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


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