|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.repository.RepositoryException
public final class RepositoryException
An exception thrown whenever an unexpected occurs while configuring a repository instance.
| 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 |
|---|
public RepositoryException(java.lang.String message)
message - describes cause of the exceptionpublic RepositoryException(java.lang.Throwable parent)
message - describes cause of the exception
public RepositoryException(java.lang.String message,
java.lang.Throwable cause)
message - describes cause of the exceptioncause - original exception that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||