|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.infoengine.util.IEException
com.infoengine.exception.fatal.IEFatalException
com.infoengine.exception.fatal.IEFatalServiceException
com.infoengine.procunit.webject.DisplayWebjectException
public class DisplayWebjectException
| Field Summary |
|---|
| Fields inherited from class com.infoengine.util.IEException |
|---|
GETMESSAGE_LINE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
| Constructor Summary | |
|---|---|
DisplayWebjectException()
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object. |
|
DisplayWebjectException(java.lang.String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
DisplayWebjectException(java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs a Info*Engine exception with a localizable message. |
|
DisplayWebjectException(java.lang.Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
DisplayWebjectException(java.lang.Throwable t,
java.lang.String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs a Info*Engine exception with a throwable and localized message. |
|
DisplayWebjectException(Webject webject)
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object. |
|
DisplayWebjectException(Webject webject,
java.lang.String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs a Info*Engine exception with a localizable detailed message. |
|
DisplayWebjectException(Webject webject,
java.lang.Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
DisplayWebjectException(Webject webject,
java.lang.Throwable t,
java.lang.String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints this IEException and the backtrace of its most deeply
nested embedded Throwable to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this WTException and the backtrace of its most deeply
nested embedded Throwable to the specified print stream. |
| Methods inherited from class com.infoengine.util.IEException |
|---|
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, toString, toString |
| Methods inherited from class javax.servlet.jsp.JspException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayWebjectException()
public DisplayWebjectException(java.lang.String s)
s - the detailed message
public DisplayWebjectException(java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
rb - name of the base resource bundlekey - the key associated with the resource bundle messageparams - an optional set of objects to be formatted into
the localizable message text.public DisplayWebjectException(java.lang.Throwable t)
t - the throwable object
public DisplayWebjectException(java.lang.Throwable t,
java.lang.String s)
t - the embedded Throwable. It may be null.s - the detailed message. It may be null.
public DisplayWebjectException(java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
t - the throwable objectrb - name of the base resource bundlekey - the key associated with the resource bundle messageparams - an optional set of objects to be formatted into
the localizable message text.public DisplayWebjectException(Webject webject)
public DisplayWebjectException(Webject webject,
java.lang.String s)
s - the detailed message
public DisplayWebjectException(Webject webject,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
rb - name of the base resource bundlekey - the key associated with the resource bundle messageparams - an optional set of objects to be formatted into
the localizable message text.
public DisplayWebjectException(Webject webject,
java.lang.Throwable t)
t - the throwable object
public DisplayWebjectException(Webject webject,
java.lang.Throwable t,
java.lang.String s)
t - the embedded Throwable. It may be null.s - the detailed message. It may be null.
public DisplayWebjectException(Webject webject,
java.lang.Throwable t,
java.lang.String rb,
java.lang.String key,
java.lang.Object[] params)
t - the embedded Throwable. It may be null.rb - name of the base resource bundlekey - the key associated with the resource bundle messageparams - an optional set of objects to be formatted into
the localizable message text.| Method Detail |
|---|
public void printStackTrace()
IEException and the backtrace of its most deeply
nested embedded Throwable to the standard error stream.
printStackTrace in class IEExceptionpublic void printStackTrace(java.io.PrintStream s)
WTException and the backtrace of its most deeply
nested embedded Throwable to the specified print stream.
printStackTrace in class IEExceptions - The stream on which to print the stack trace.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||