|
|||||||||||
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
Field Summary | |
(package private) Webject |
webject
|
Fields inherited from class com.infoengine.util.IEException |
GETMESSAGE_LINE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class javax.servlet.jsp.JspException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
DisplayWebjectException()
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object. |
|
DisplayWebjectException(String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
DisplayWebjectException(String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with a localizable message. |
|
DisplayWebjectException(Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
DisplayWebjectException(Throwable t,
String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(Throwable t,
String rb,
String key,
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,
String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with a localizable detailed message. |
|
DisplayWebjectException(Webject webject,
Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
DisplayWebjectException(Webject webject,
Throwable t,
String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
Throwable t,
String rb,
String key,
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(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, setLocalizedMessage, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Webject webject
Constructor Detail |
public DisplayWebjectException()
public DisplayWebjectException(String s)
s
- the detailed messagepublic DisplayWebjectException(String rb, String key, 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(Throwable t)
t
- the throwable objectpublic DisplayWebjectException(Throwable t, String s)
t
- the embedded Throwable. It may be null.s
- the detailed message. It may be null.public DisplayWebjectException(Throwable t, String rb, String key, 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, String s)
s
- the detailed messagepublic DisplayWebjectException(Webject webject, String rb, String key, 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, Throwable t)
t
- the throwable objectpublic DisplayWebjectException(Webject webject, Throwable t, String s)
t
- the embedded Throwable. It may be null.s
- the detailed message. It may be null.public DisplayWebjectException(Webject webject, Throwable t, String rb, String key, 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 IEException
public void printStackTrace(PrintStream s)
WTException
and the backtrace of its most deeply
nested embedded Throwable to the specified print stream.
printStackTrace
in class IEException
s
- 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 |