| |||||||||
| 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.state.exceptions.StateException
com.ibm.portal.state.exceptions.DocumentModelException
public abstract class DocumentModelException
Base exception for document model-related exceptions. Should be sub-classed by specific document model exceptions.
| Field Summary | |
|---|---|
| protected DocumentModel | model
Reference to the model that caused the exception |
| Constructor Summary | |
|---|---|
| DocumentModelException(DocumentModel aModel)
Initialized the exception with a reference to the model that caused it | |
| DocumentModelException(DocumentModel aModel,
java.lang.Exception aReason)
Initialized the exception with a reference to the model that caused it | |
| Method Summary |
|---|
| 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 |
| Methods inherited from interface com.ibm.portal.Localized |
|---|
| getDescription, getLocales, getTitle |
| Field Detail |
|---|
protected final DocumentModel model
| Constructor Detail |
|---|
public DocumentModelException(DocumentModel aModel)
public DocumentModelException(DocumentModel aModel,
java.lang.Exception aReason)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||