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 booleanisEmpty()static java.lang.ThrowablelastExceptionOrNull()static java.lang.Throwablepop()static voidpush(java.lang.Throwable t)
-