|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.ocltf.model.repository.RepositoryException
An exception thrown whenever an error is encountered while parsing meta data.
Constructor Summary | |
RepositoryException()
Constructor for the MetaDataReadException object |
|
RepositoryException(java.lang.String message)
Constructor for the MetaDataReadException object |
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause)
Constructor for the MetaDataReadException object |
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()
public RepositoryException(java.lang.String message)
message
- describes cause of the exceptionpublic 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 |