Class SuppressedExceptions<T extends java.lang.Throwable>


  • public class SuppressedExceptions<T extends java.lang.Throwable>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T result  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(T p_233003_1_)  
      void throwIfPresent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        @Nullable
        private T extends java.lang.Throwable result
    • Constructor Detail

      • SuppressedExceptions

        public SuppressedExceptions()
    • Method Detail

      • add

        public void add​(T p_233003_1_)
      • throwIfPresent

        public void throwIfPresent()
                            throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable