Compoze Software, Inc.

portlets.compoze.groupware.model.error
Class ErrorModel

java.lang.Object
  extended byportlets.compoze.groupware.model.AbstractModel
      extended byportlets.compoze.groupware.model.error.ErrorModel
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionModel

public class ErrorModel
extends AbstractModel
implements java.io.Serializable

This abstract class represents the base model for errors.

See Also:
Serialized Form

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

m_error

protected java.lang.Throwable m_error
Constructor Detail

ErrorModel

public ErrorModel(FeatureGroup featureGroup,
                  GroupwarePreferences groupwarePrefs,
                  java.lang.Throwable error)
Constructor.

Parameters:
featureGroup - the feature group (may not be null)
groupwarePrefs - the groupware preferences (may not be null)
error - the exception
Method Detail

getException

public java.lang.Throwable getException()
Gets the exception.

Returns:
the exception

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.