public class CatalogToolException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
| Constructor and Description |
|---|
CatalogToolException()
CatalogToolException constructor.
|
CatalogToolException(java.lang.Exception _originalException,
java.lang.String _message)
CatalogToolException constructor.
|
CatalogToolException(java.lang.String s)
CatalogToolException constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String COPYRIGHT
public CatalogToolException()
public CatalogToolException(java.lang.Exception _originalException,
java.lang.String _message)
_messageName - java.lang.String_message - java.lang.Stringpublic CatalogToolException(java.lang.String s)
s - java.lang.Stringpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic 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