class: PubFileContentNotFoundException

public class: PubFileContentNotFoundException
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:02; Modified: 16.07.2009 15:31:02;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A703B963-D6B5-4e38-80CC-54F0ACAFD857}
Exception class used to determine that the content for a given file could not be found.
 

Goto: Custom Properties, Fields, Methods

Appears in: depositing

Custom Properties
 
PubFileContentNotFoundException Attributes
Attribute Details
private List
  pubFiles
Notes: The list of files containing the file whose content was not found.
 
PubFileContentNotFoundException Methods
Operation Details
public
getPubFiles():List
Sequential
Notes: @return The list of files containing the file whose content was not found.
public
PubFileContentNotFoundException(
   List files,
   Throwable cause):
Sequential
Notes: Creates a new instance, sets the according member variable.