|
||||||||||
| 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.RepositoryFacadeException
public final class RepositoryFacadeException
An exception thrown whenever an error is encountered while performing RepositoryFacade processing.
| 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 |
|---|
public RepositoryFacadeException(java.lang.String message)
message - describes cause of the exceptionpublic RepositoryFacadeException(java.lang.Throwable parent)
message - describes cause of the exception
public RepositoryFacadeException(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 | |||||||||