Uses of Class
it.uniroma2.art.semanticturkey.settings.core.ErrorReportingSettings
Packages that use ErrorReportingSettings
Package
Description
-
Uses of ErrorReportingSettings in it.uniroma2.art.semanticturkey.mvc
Methods in it.uniroma2.art.semanticturkey.mvc that return ErrorReportingSettingsModifier and TypeMethodDescriptionCatchAllExceptionHandlerControllerAdvice.getErrorReportingSettings()
-
Uses of ErrorReportingSettings in it.uniroma2.art.semanticturkey.servlet
Methods in it.uniroma2.art.semanticturkey.servlet with parameters of type ErrorReportingSettingsModifier and TypeMethodDescriptionServletUtilities.createErrorResponse
(String request, Exception ex, String msg, ServiceVocabulary.SerializationType ser_type, ErrorReportingSettings errorReportingSettings) produces an xml document telling the client that some error has occurredServletUtilities.createErrorResponse
(String request, Exception ex, String msg, ErrorReportingSettings errorReportingSettings) ServletUtilities.createExceptionResponse
(String request, Exception ex, String msg, ServiceVocabulary.SerializationType ser_type, ErrorReportingSettings errorReportingSettings) produces a response (xml,json) telling the client that some exception has occurredServletUtilities.createExceptionResponse
(String request, Exception ex, String msg, ErrorReportingSettings errorReportingSettings) -
Uses of ErrorReportingSettings in it.uniroma2.art.semanticturkey.settings.core
Fields in it.uniroma2.art.semanticturkey.settings.core declared as ErrorReportingSettingsMethods in it.uniroma2.art.semanticturkey.settings.core with parameters of type ErrorReportingSettingsModifier and TypeMethodDescriptionstatic boolean
ErrorReportingSettings.shouldReportStackTrace
(ErrorReportingSettings errorReportingSettings)