Class ConsumerException.CollectedErrors

    • Constructor Summary

      Constructors 
      Constructor Description
      CollectedErrors​(@NonNull java.util.List<@NonNull java.lang.Throwable> exceptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      @NonNull java.util.List<@NonNull java.lang.Throwable> exceptions()  
      int hashCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CollectedErrors

        public CollectedErrors​(@NonNull
                               @NonNull java.util.List<@NonNull java.lang.Throwable> exceptions)
    • Method Detail

      • exceptions

        @NonNull
        public @NonNull java.util.List<@NonNull java.lang.Throwable> exceptions()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object