Uses of Interface
org.kuali.rice.krad.exception.KualiExceptionIncident
Packages that use KualiExceptionIncident
-
Uses of KualiExceptionIncident in org.kuali.rice.krad.exception
Classes in org.kuali.rice.krad.exception that implement KualiExceptionIncidentModifier and TypeClassDescriptionclassContains the exception incident information, exception, form and session user. -
Uses of KualiExceptionIncident in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return KualiExceptionIncidentModifier and TypeMethodDescriptionKualiExceptionIncidentService.getExceptionIncident(Exception exception, Map<String, String> properties) This method create an instance of the KualiExceptionIncident from its factory.KualiExceptionIncidentService.getExceptionIncident(Map<String, String> properties) This method create an instance of the KualiExceptionIncident from its factory.Methods in org.kuali.rice.krad.service with parameters of type KualiExceptionIncidentModifier and TypeMethodDescriptionvoidKualiExceptionIncidentService.report(KualiExceptionIncident exceptionIncident) This method send email to the defined mailing list using the exception incident instance.