|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sssw.fw.exception.EboException
This class is the base exception class for exteNd Director Framework.
| Constructor Summary | |
EboException()
|
|
| Method Summary | |
void |
copyTo(EboException translatedX)
This method is used in exception translation, to initialize a new "translated" exception with the same resource manager and message as the original. |
String |
getHTML()
Get the HTML describing the error |
String |
getMessage()
Gets the error message. |
String |
getMessage(Locale locale)
Gets the error message. |
void |
printStackTrace()
Print the stack trace |
void |
printStackTrace(Locale locale)
Print the stack trace. |
void |
printStackTrace(PrintStream stream)
Print the stack trace into the specified print stream. |
void |
printStackTrace(PrintStream stream,
Locale locale)
Print the stack trace into the specified print stream. |
void |
printStackTrace(PrintWriter writer)
Print the stack trace into the specified print writer |
void |
printStackTrace(PrintWriter writer,
Locale locale)
Print the stack trace into the specified print writer |
void |
setHTML(String html)
Set the HTML describing the error into the exception |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public EboException()
| Method Detail |
public void copyTo(EboException translatedX)
public String getMessage()
public String getMessage(Locale locale)
locale - a Locale object.public void setHTML(String html)
html - the HTMLpublic String getHTML()
public void printStackTrace()
public void printStackTrace(Locale locale)
locale - the localepublic void printStackTrace(PrintStream stream)
stream - the print stream to use
public void printStackTrace(PrintStream stream,
Locale locale)
stream - the print stream to uselocale - the localepublic void printStackTrace(PrintWriter writer)
writer - the print writer
public void printStackTrace(PrintWriter writer,
Locale locale)
writer - the print writerlocale - the locale
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||