|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--f00f.net.irc.martyr.commands.GenericCommand
|
+--f00f.net.irc.martyr.errors.GenericError
Defines what an error is. All errors are commands.
| Constructor Summary | |
GenericError()
|
|
| Method Summary | |
java.lang.String |
renderCommand()
Errors are receive only, so we won't need to render the command. |
java.lang.String |
renderParams()
Generally, errors do have need to render a parameter. |
| Methods inherited from class f00f.net.irc.martyr.commands.GenericCommand |
getIntParameter, getIrcIdentifier, getParameter, getSourceString, getState, parse, render, selfRegister, setSourceString, updateClientState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenericError()
| Method Detail |
public java.lang.String renderCommand()
public java.lang.String renderParams()
renderParams in class GenericCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||