Class ExceptionSummary


  • public class ExceptionSummary
    extends java.lang.Object
    Provide a summary of the exception, containing:
    • Field Detail

      • exception

        private java.lang.Throwable exception
      • message

        private java.lang.String message
      • reference

        private java.lang.String reference
    • Constructor Detail

      • ExceptionSummary

        public ExceptionSummary​(java.lang.Throwable exception,
                                java.lang.String message,
                                java.lang.String reference)
      • ExceptionSummary

        public ExceptionSummary​(java.lang.Throwable exception,
                                java.lang.String message,
                                java.lang.String reference,
                                java.util.List<ExceptionSummary> children)
    • Method Detail

      • getException

        public java.lang.Throwable getException()
      • getMessage

        public java.lang.String getMessage()
      • getReference

        public java.lang.String getReference()