|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.error.ErrorModel
This abstract class represents the base model for errors.
Field Summary | |
protected java.lang.Throwable |
m_error
|
Constructor Summary | |
ErrorModel(FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
java.lang.Throwable error)
Constructor. |
Method Summary | |
java.lang.Throwable |
getException()
Gets the exception. |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Throwable m_error
Constructor Detail |
public ErrorModel(FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, java.lang.Throwable error)
featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)error
- the exceptionMethod Detail |
public java.lang.Throwable getException()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |