jerklib.events
Interface ErrorEvent

All Superinterfaces:
IRCEvent
All Known Subinterfaces:
NumericErrorEvent, UnresolvedHostnameErrorEvent
All Known Implementing Classes:
NumericEventImpl, UnresolvedHostnameErrorEventImpl

public interface ErrorEvent
extends IRCEvent

Base interface for error events

Author:
mohadib

Nested Class Summary
static class ErrorEvent.ErrorType
           
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 ErrorEvent.ErrorType getErrorType()
          Get the error type
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getErrorType

ErrorEvent.ErrorType getErrorType()
Get the error type

Returns:
ErrorType