Class ExceptionManager


  • public class ExceptionManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Stack<java.lang.Throwable> exceptions  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty()  
      static java.lang.Throwable lastExceptionOrNull()  
      static java.lang.Throwable pop()  
      static void push​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • exceptions

        private static final java.util.Stack<java.lang.Throwable> exceptions
    • Constructor Detail

      • ExceptionManager

        public ExceptionManager()
    • Method Detail

      • isEmpty

        public static boolean isEmpty()
      • lastExceptionOrNull

        public static java.lang.Throwable lastExceptionOrNull()
      • push

        public static void push​(java.lang.Throwable t)
      • pop

        public static java.lang.Throwable pop()