Class ExceptionSummary


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

      Constructors 
      Constructor Description
      ExceptionSummary​(java.lang.Throwable exception, java.lang.String message, java.lang.String reference)  
      ExceptionSummary​(java.lang.Throwable exception, java.lang.String message, java.lang.String reference, java.util.List<ExceptionSummary> children)  
    • 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()