Class ExceptionManager
- java.lang.Object
-
- de.mirkosertic.bytecoder.classlib.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
-
Constructor Summary
Constructors Constructor Description ExceptionManager()
-
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)
-