Class ThrowableContext

java.lang.Object
org.antublue.test.engine.internal.util.ThrowableContext

public class ThrowableContext extends Object
  • Constructor Details

    • ThrowableContext

      public ThrowableContext()
  • Method Details

    • add

      public void add(Class<?> clazz, Throwable throwable)
    • isEmpty

      public boolean isEmpty()
    • getFirst

      public Throwable getFirst()
    • getThrowables

      public List<Throwable> getThrowables()
    • throwFirst

      public void throwFirst() throws Throwable
      Throws:
      Throwable
    • clear

      public void clear()