class: ItemInvalidException

public class: ItemInvalidException
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 106 $ $LastChangedDate: 2007-11-07 13:1; Complexity: 1
Dates: Created: 16.07.2009 15:21:26; Modified: 16.07.2009 15:21:26;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {CE155536-DF1D-4a7c-A24A-EA7068A8BAE8}
Exception thrown when an item breaks restrictive validation rules.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

See also: ValidationReportVO

Appears in: validation

Connections
 
Custom Properties
 
ItemInvalidException Attributes
Attribute Details
private ValidationReportVO
  report
 
ItemInvalidException Methods
Operation Details
public const
getReport():ValidationReportVO
Sequential
public
ItemInvalidException(
   ValidationReportVO report):
Sequential
Notes: Constructor with ValidationReportVO.
public const
setReport(
   ValidationReportVO report):void
Sequential
 
ItemInvalidException Tagged Values
Tag Value Notes
annotations @SuppressWarnings("serial")