| |||||||||
| 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.app.exceptions.ComponentException
public class ComponentException
Occurs when anything unexpected happened while using application component SPI related functions. Root exception, should be sub-classed by specific exceptions.
| Constructor Summary | |
|---|---|
| protected | ComponentException()
Empty constructor |
| ComponentException(java.lang.Throwable cause)
Initializes the exception with the reason of the exception. | |
| ComponentException(java.lang.Throwable cause,
Localized localized)
Initializes the exception with the reason of the exception and localized information. | |
| Method Summary | |
|---|---|
| java.lang.String | getDescription(java.util.Locale aLocale)
Returns the description of this object in the given locale. |
| ListModel | 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 |
|---|
protected ComponentException()
public ComponentException(java.lang.Throwable cause)
public ComponentException(java.lang.Throwable cause,
Localized localized)
| 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 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 | ||||||||