Class ExceptionCollector<T extends Throwable>

java.lang.Object
net.minecraft.util.ExceptionCollector<T>

public class ExceptionCollector<T extends Throwable> extends Object
  • Field Details

    • result

      private @Nullable T extends Throwable result
  • Constructor Details

    • ExceptionCollector

      public ExceptionCollector()
  • Method Details

    • add

      public void add(T throwable)
    • throwIfPresent

      public void throwIfPresent() throws T
      Throws:
      T