class: PublishingException

public class: PublishingException
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:11; Modified: 16.07.2009 15:31:11;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D1C263C3-684F-4f3f-874E-2BCD0949B673}
Exception base class for publishing errors.
 

Goto: Custom Properties, Fields, Methods

Extends: PubManException

See also: MissingWithdrawalCommentException, PubManException

Appears in: publishing

Connections
 
Custom Properties
 
PublishingException Attributes
Attribute Details
private ItemRO
  pubItemRef
Notes: The reference of the pubitem.
 
PublishingException Methods
Operation Details
public
getPubItemRef():ItemRO
Sequential
Notes: Returns the item reference.
@return the reference of the pubitem
public
PublishingException(
   ItemRO pubItemRef):
Sequential
Notes: Creates a new instance with the given pubitem reference.
public
PublishingException(
   Throwable cause):
Sequential
Notes: Creates a new instance with the given cause.
public
PublishingException(
   ItemRO pubItemRef,
   Throwable cause):
Sequential
Notes: Creates a new instance with the given pubItemRef and cause.
public
setPubItemRef(
   ItemRO pubItemRef):void
Sequential
Notes: Sets the reference of the pubitem