|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.application.startup.exceptions.StackTracer
public class StackTracer
Gets around a limitation of XPException, which doesn't create stack traces.
| Constructor Summary | |
|---|---|
StackTracer()
|
|
| Method Summary | |
|---|---|
static XPException |
MakeXPException(java.lang.String message)
Gets around the fact that XPEXception has very limited function if you throw a new exception; it must chain on a real one. |
static void |
ThrowNewXPException(java.lang.String message)
Gets around the fact that XPException has very limited function if you throw a new exception; it must chain on a real one. |
static void |
ThrowNewXPFileNotFoundException(java.lang.String message)
Gets around the fact that XPEXception has very limited function if you throw a new exception; it must chain on a real one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackTracer()
| Method Detail |
|---|
public static void ThrowNewXPException(java.lang.String message)
message - public static void ThrowNewXPFileNotFoundException(java.lang.String message)
message - public static XPException MakeXPException(java.lang.String message)
message -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||