gICS_2.8.6
Public Member Functions | Static Private Attributes
org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException Class Reference

should be thrown whenever there's an error in the mandatory-fields-logic:
all mandatory fields must have the same consent status
this status must be either ACCEPTEP or DECLINED
if it's DECLINED, all optional fields must also have this status
see ConsentStatus More...

Inheritance diagram for org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException:

Public Member Functions

 MandatoryFieldsException (String message, Throwable cause)
 
 MandatoryFieldsException (String message)
 
 MandatoryFieldsException (Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = -8692673777407274802L
 

Detailed Description

should be thrown whenever there's an error in the mandatory-fields-logic:
all mandatory fields must have the same consent status
this status must be either ACCEPTEP or DECLINED
if it's DECLINED, all optional fields must also have this status
see ConsentStatus

Author
geidell

Definition at line 52 of file MandatoryFieldsException.java.


The documentation for this class was generated from the following file: