f00f.net.irc.martyr.errors
Class GenericError

java.lang.Object
  |
  +--f00f.net.irc.martyr.commands.GenericCommand
        |
        +--f00f.net.irc.martyr.errors.GenericError
All Implemented Interfaces:
Command
Direct Known Subclasses:
ChannelInviteOnlyError, GenericReply, NickInUseError

public abstract class GenericError
extends GenericCommand

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

GenericError

public GenericError()
Method Detail

renderCommand

public java.lang.String renderCommand()
Errors are receive only, so we won't need to render the command.

renderParams

public java.lang.String renderParams()
Generally, errors do have need to render a parameter.
Overrides:
renderParams in class GenericCommand


Copyright ? 2000,2001, f00f networks. All Rights Reserved.