IMC Epclient 5.0.3

Package at.spardat.enterprise.exc

This package provides support for application level notifications (errors, warnings, informations) that a piece of business logic wants to inform its caller of.

See:
          Description

Interface Summary
INotification An INotification is a message that some business logic code wants to tell to its environment.
 

Class Summary
Notification This is a default implementation of INotification, see INotification.
NotificationList A NotificationList is a Notification which acts as container for other notifications.
 

Exception Summary
AppException This class is used to throw application-level exceptions.
BaseException This class supports the notification of application or system level exceptions.
SysException This class is used to throw system-level exceptions.
 

Package at.spardat.enterprise.exc Description

This package provides support for application level notifications (errors, warnings, informations) that a piece of business logic wants to inform its caller of. These notifications may be thrown as exception (class AppException) or not (class Notification).


IMC Epclient 5.0.3