Klasse MandatoryFieldsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
Alle implementierten Schnittstellen:
Serializable

public class MandatoryFieldsException extends Exception
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
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • MandatoryFieldsException

      public MandatoryFieldsException()
    • MandatoryFieldsException

      public MandatoryFieldsException(String message, Throwable cause)
    • MandatoryFieldsException

      public MandatoryFieldsException(String message)
    • MandatoryFieldsException

      public MandatoryFieldsException(Throwable cause)