Class ExceptionManager

java.lang.Object
de.mirkosertic.bytecoder.classlib.ExceptionManager

public class ExceptionManager extends Object
  • Field Details

  • Constructor Details

    • ExceptionManager

      public ExceptionManager()
  • Method Details

    • isEmpty

      public static boolean isEmpty()
    • lastExceptionOrNull

      public static Throwable lastExceptionOrNull()
    • push

      public static void push(Throwable t)
    • pop

      public static Throwable pop()