java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.commerce.tools.catalog.util.CatalogToolException
CatalogToolException can be used for the exceptions in the catalog management tools.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor Summary | |
---|---|
CatalogToolException() CatalogToolException constructor. | |
CatalogToolException(java.lang.Exception _originalException,
java.lang.String _message) CatalogToolException constructor. | |
CatalogToolException(java.lang.String s) CatalogToolException constructor. |
Method Summary | |
---|---|
java.lang.String |
getMessage() gets the exception message. |
java.lang.Exception |
getOriginalException() gets the original exception. |
void |
setMessage(java.lang.String newMessage) sets the exception message. |
void |
setOriginalException(java.lang.Exception newOriginalException) sets the original exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace,
initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public CatalogToolException()
public CatalogToolException(java.lang.Exception _originalException, java.lang.String _message)
_message
- java.lang.Stringpublic CatalogToolException(java.lang.String s)
s
- java.lang.StringMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class
java.lang.Throwable
public java.lang.Exception getOriginalException()
public void setMessage(java.lang.String newMessage)
newMessage
- java.lang.Stringpublic void setOriginalException(java.lang.Exception newOriginalException)
newOriginalException
- java.lang.Exception