| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
public abstract class SitemanagementCommandException
Abstract exception class for commands
Constructor Summary | |
---|---|
SitemanagementCommandException()
Creates the exception. | |
SitemanagementCommandException(java.lang.Throwable aCause)
Creates the exception with the underlying cause. |
Method Summary | |
---|---|
java.lang.String | getDescription(java.util.Locale aLocale)
Returns the description of this object in the given locale. |
ListModel<java.util.Locale> | getLocales()
Returns a list model containing the locales that are supported by this object. |
java.lang.String | getTitle(java.util.Locale aLocale)
Returns the title of this object in the given locale. |
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 SitemanagementCommandException()
public SitemanagementCommandException(java.lang.Throwable aCause)
Method Detail |
---|
public java.lang.String getDescription(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanismpublic ListModel<java.util.Locale> getLocales()
public java.lang.String getTitle(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |