com.plumtree.uiinfrastructure.application.startup.exceptions
Class StackTracer

java.lang.Object
  extended by com.plumtree.uiinfrastructure.application.startup.exceptions.StackTracer

public class StackTracer
extends java.lang.Object

Gets around a limitation of XPException, which doesn't create stack traces.

Author:
DavidP

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

StackTracer

public StackTracer()
Method Detail

ThrowNewXPException

public 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.

Parameters:
message -

ThrowNewXPFileNotFoundException

public 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.

Parameters:
message -

MakeXPException

public 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.

Parameters:
message -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.