java.lang.Objectjava.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)
public CatalogToolException(java.lang.String s)
Method Detail |
public java.lang.String getMessage()
public java.lang.Exception getOriginalException()
public void setMessage(java.lang.String newMessage)
public void setOriginalException(java.lang.Exception newOriginalException)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.