Package com.ibm.portal.model.controller.exceptions

This package contains exceptions thrown by controllers.

See:
          Description

Exception Summary
CannotCommitException This abstract exception indicates that the modifications to a Controller implementing the Committable interface cannot be committed.
CannotDeleteNodeException This abstract exception indicates that a node cannot be removed from a model.
CannotInsertNodeException This abstract exception indicates that a node cannot be inserted into a ModelController.
CannotInstantiateControllerException This abstract exception indicates that a Controller cannot be instantiated.
CannotInstantiateModifiableNodeException This abstract exception indicates that a Modifiable cannot be instantiated.
CannotModifyException This abstract exception is a base class for all exceptions concerning modifications.
CannotModifyPropertyException This abstract exception indicates that a property cannot be modified.
CannotResumeControllerException This abstract exception indicates that a Controller cannot be resumed.
CannotSuspendControllerException This abstract exception indicates that a Controller cannot be suspended.
 

Package com.ibm.portal.model.controller.exceptions Description

This package contains exceptions thrown by controllers.

Package Specification

The com.ibm.portal.model.controller.exceptions package contains exceptions that are thrown by controllers.