jerklib.events
Interface NumericErrorEvent

All Superinterfaces:
ErrorEvent, IRCEvent
All Known Implementing Classes:
NumericEventImpl

public interface NumericErrorEvent
extends ErrorEvent

Event fired for most all numeric error replies

Author:
Mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.ErrorEvent
ErrorEvent.ErrorType
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 String getErrorMsg()
          gets error message
 int getNumeric()
          Gets numeric error code
 
Methods inherited from interface jerklib.events.ErrorEvent
getErrorType
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getErrorMsg

String getErrorMsg()
gets error message

Returns:
error message

getNumeric

int getNumeric()
Gets numeric error code

Returns:
numeric