Class ConstraintErr represent a constraint violation
error(e.g. mandatory field is not set)
This class extends DataError and pre-sets the
AppErrorItem with relevant parameters.
Class DuplicateDataErr represent a duplicate found error
(e.g. duplicate entry is not allowed)
This class extends DataError and pre-sets the
AppErrorItem with relevant parameters.
Class InvalidDataErr represent a "wrong data passed" error
(e.g. wrong data format)
This class extends DataError and pre-sets the
AppErrorItem with relevant parameters.
This method displays the dialog-box:
int nButton(number of buttons= 1 or 2)
int nIcon(the Icon-style) see below:
-----------------------------------------------
Message types. (
Exstracts AppErrorItem Object from a String
(e.g. usefull for CORBA/RMI communication)
the String contains not an object (see ObjToString)
the String will be attached to the parameter:info