class: PubItemMandatoryAttributesMissingException

public class: PubItemMandatoryAttributesMissingException
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:03; Modified: 16.07.2009 15:31:03;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {098F681B-4E3C-48bf-B43B-6712D66180DB}
Exception used for publication item with missing attributes.
 

Goto: Custom Properties, Fields, Methods

Extends: DepositingException

See also: DepositingException

Appears in: depositing

Connections
 
Custom Properties
 
PubItemMandatoryAttributesMissingException Attributes
Attribute Details
private PubItemVO
  invalidPubItem
Notes: The invalid pubitem
 
PubItemMandatoryAttributesMissingException Methods
Operation Details
public
getInvalidPubItem():PubItemVO
Sequential
Notes: @return the invalid pubItem
public
PubItemMandatoryAttributesMissingException(
   PubItemVO pubItem):
Sequential
Notes: Creates a new instance with the given pubitem.
public
PubItemMandatoryAttributesMissingException(
   Throwable cause):
Sequential
Notes: Creates a new instance with the given cause.
public
PubItemMandatoryAttributesMissingException(
   PubItemVO pubItem,
   Throwable cause):
Sequential
Notes: Creates a new instance with the given pubItem and cause.