|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjerklib.events.impl.UnresolvedHostnameErrorEventImpl
public class UnresolvedHostnameErrorEventImpl
UnresolvedHostnameErrorEvent| 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 |
| Constructor Summary | |
|---|---|
UnresolvedHostnameErrorEventImpl(Session session,
String rawEventData,
String hostName,
UnresolvedAddressException exception)
|
|
| Method Summary | |
|---|---|
ErrorEvent.ErrorType |
getErrorType()
Get the error type |
UnresolvedAddressException |
getException()
Gets the wrapped UnresolvedAddressException |
String |
getHostName()
Gets the unresolvable hostname |
String |
getRawEventData()
Returns the raw IRC data that makes up this event |
Session |
getSession()
Gets session for connection |
IRCEvent.Type |
getType()
Used to find out the exact type of event the IRCEvent object is. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnresolvedHostnameErrorEventImpl(Session session,
String rawEventData,
String hostName,
UnresolvedAddressException exception)
| Method Detail |
|---|
public UnresolvedAddressException getException()
UnresolvedHostnameErrorEvent
getException in interface UnresolvedHostnameErrorEventpublic String getHostName()
UnresolvedHostnameErrorEvent
getHostName in interface UnresolvedHostnameErrorEventpublic ErrorEvent.ErrorType getErrorType()
ErrorEvent
getErrorType in interface ErrorEventpublic String getRawEventData()
IRCEvent
getRawEventData in interface IRCEventpublic Session getSession()
IRCEvent
getSession in interface IRCEventpublic IRCEvent.Type getType()
IRCEvent
getType in interface IRCEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||