Class ExceptionAnalysisHandler

java.lang.Object
io.datarouter.web.handler.BaseHandler
io.datarouter.exception.web.ExceptionAnalysisHandler

public class ExceptionAnalysisHandler
extends io.datarouter.web.handler.BaseHandler
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ExceptionAnalysisHandler.ExceptionRecordJspDto  
    static class  ExceptionAnalysisHandler.HttpRequestRecordJspDto  

    Nested classes/interfaces inherited from class io.datarouter.web.handler.BaseHandler

    io.datarouter.web.handler.BaseHandler.Handler, io.datarouter.web.handler.BaseHandler.NullHandlerDecoder
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String P_exceptionRecord  

    Fields inherited from class io.datarouter.web.handler.BaseHandler

    HANDLER_CLASS, HANDLER_ENCODER_ATTRIBUTE, HANDLER_METHOD, params, paramValidators, request, REQUEST_DURATION_STRING, REQUEST_RECEIVED_AT, response, servletContext, SUBMIT_ACTION, TRACE_URL_REQUEST_ATTRIBUTE
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionAnalysisHandler()  
  • Method Summary

    Modifier and Type Method Description
    io.datarouter.web.handler.mav.Mav browse()  
    io.datarouter.web.handler.mav.Mav details​(io.datarouter.web.handler.types.optional.OptionalString exceptionRecord)  
    protected ExceptionRecord getExceptionRecord​(java.lang.String id)  
    protected ExceptionRecordSummaryMetadata getExceptionRecordSummaryMetadata​(ExceptionRecordSummaryMetadataKey key)  
    protected ExceptionRecordSummaryMetadataKey getExceptionRecordSummaryMetadataKey​(java.lang.String type, java.lang.String exceptionLocation)  
    protected HttpRequestRecord getHttpRequestRecord​(ExceptionRecord exceptionRecord)  
    protected io.datarouter.web.handler.mav.Mav initDetailsMav()  
    java.lang.String mute​(java.lang.String type, java.lang.String exceptionLocation, java.lang.Boolean muted)  
    io.datarouter.web.handler.mav.Mav recordIssueAndRedirect​(java.lang.String type, java.lang.String exceptionRecordId, java.lang.String issue, io.datarouter.web.handler.types.optional.OptionalBoolean muted)  
    java.lang.String saveIssue​(java.lang.String type, java.lang.String exceptionLocation, java.lang.String issue)  

    Methods inherited from class io.datarouter.web.handler.BaseHandler

    getDefaultMultipartCharset, getLastPathSegment, getParamValidator, getParamValidator, getRequest, getSessionInfo, handleMissingParameters, handleWrapper, invokeHandlerMethod, postProcess, setDefaultHandlerDecoder, setDefaultHandlerEncoder, setParams, setRequest, setResponse, setServletContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait