|
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
|
+--java.lang.RuntimeException
|
+--com.sssw.fw.exception.EboApplicationException
Indicates an error in the application. Typically, this signifies a programmer error such as an incorrect usage of an API method, illegal argument values, etc.
| Constructor Summary | |
EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID)
EboApplicationException constructor. |
|
EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid,
String[] args)
EboException constructor |
|
EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID,
String arg1,
String arg2)
EboApplicationException constructor. |
|
EboApplicationException(Throwable parent,
String message)
EboApplicationException constructor. |
|
| Method Summary | |
String |
getMessage()
Gets the message. |
String |
getMessage(Locale locale)
Gets the message. |
void |
printStackTrace()
Print the stack trace |
void |
printStackTrace(Locale locale)
Print the stack trace using the specified Locale |
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 using the specified locale |
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 using the specified locale |
| 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 EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID)
parent - the parent throwable, if anymgr - the resource bundle managerbdlID - the resource bundle IDmsgID - the message ID
public EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID,
String arg1,
String arg2)
parent - the parent throwable, if anymgr - the resource bundle managerbdlID - the resource bundle IDmsgID - the message IDarg1 - the first argument to be substituted into the messagearg2 - the second argument to be substituted into the message
public EboApplicationException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid,
String[] args)
parent - the parent throwable, if anyrsrcMgr - the resource bundle managerbdlid - the resource bundle IDmsgid - the message IDargs - the arguments to be substituted into the message
public EboApplicationException(Throwable parent,
String message)
parent - the throwable parent, if anymessage - the message| Method Detail |
public String getMessage()
public String getMessage(Locale locale)
locale - a Locale object.public void printStackTrace()
public void printStackTrace(Locale locale)
locale - the localepublic void printStackTrace(PrintStream stream)
stream - the print stream
public void printStackTrace(PrintStream stream,
Locale locale)
stream - the print streamlocale - 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 | ||||||||