|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.exception.ExceptionInfoManager
public final class ExceptionInfoManager
Class of static methods that administers ExceptionInfo instances. Registration for typical core java exceptions are internally provided
| Constructor Summary | |
|---|---|
ExceptionInfoManager()
|
|
| Method Summary | |
|---|---|
static void |
addExceptionInfo(ExceptionInfo info)
Add an ExceptionInfo instance to the internal list |
static ExceptionInfo |
getExceptionInfo(java.lang.Throwable throwable)
Get the exception info for the given input values |
static void |
removeExceptionInfo(ExceptionInfo info)
Remove an ExceptionInfo instance from the internal list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionInfoManager()
| Method Detail |
|---|
public static final ExceptionInfo getExceptionInfo(java.lang.Throwable throwable)
throwable - A not-null Throwable instance
public static final void addExceptionInfo(ExceptionInfo info)
info - A not-null ExceptionInfo instancepublic static final void removeExceptionInfo(ExceptionInfo info)
info - A not-null ExceptionInfo instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||