|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ishitai.bots.ExcepBot
ExcepBot.java Created: Wed Sep 01 1999
Method Summary | |
void |
dump(java.lang.Exception e)
Dumps the Exception's message and stack trace. |
void |
dump(java.lang.Exception e,
java.lang.String s)
Dumps Exception's message, stack trace and an added message. |
void |
message(java.lang.String msg)
Sends a String to the output of the bot. |
void |
quit(java.lang.String error)
Triggers a System.exit and prints message to stderr. |
void |
setDebug(boolean choice)
If set to true, exceptions are dumped to stdout; else they go to file "droppings" |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void setDebug(boolean choice)
public void dump(java.lang.Exception e)
public void dump(java.lang.Exception e, java.lang.String s)
s
- The added message.public void quit(java.lang.String error)
error
- Message for stderr.public void message(java.lang.String msg)
msg
- String to output.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |