|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
catalog.model.exception.CatalogException
Base checked exception for the JCatalog Project.
Constructor Summary | |
CatalogException(java.lang.String msg)
Constructor with error message. |
|
CatalogException(java.lang.String msg,
java.lang.Throwable cause)
Constructor with error message and root cause. |
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 CatalogException(java.lang.String msg)
msg
- the error message associated with the exceptionpublic CatalogException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error message associated with the exceptioncause
- the root cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |