Serialized Form


Package com.uwyn.drone.core.exceptions

Class com.uwyn.drone.core.exceptions.AllNicksInUseException extends CoreException implements Serializable

Serialized Fields

mBot

Bot mBot

Class com.uwyn.drone.core.exceptions.ChannelMessageErrorException extends CoreException implements Serializable

Serialized Fields

mChannel

Channel mChannel

mMessage

String mMessage

Class com.uwyn.drone.core.exceptions.CoreException extends Exception implements Serializable

Class com.uwyn.drone.core.exceptions.FlushErrorException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

Class com.uwyn.drone.core.exceptions.InvalidModuleNameException extends CoreException implements Serializable

Serialized Fields

mModule

Module mModule

Class com.uwyn.drone.core.exceptions.JoinErrorException extends CoreException implements Serializable

Serialized Fields

mChannel

Channel mChannel

Class com.uwyn.drone.core.exceptions.LeaveErrorException extends CoreException implements Serializable

Serialized Fields

mChannel

Channel mChannel

Class com.uwyn.drone.core.exceptions.LogoffErrorException extends CoreException implements Serializable

Serialized Fields

mBot

Bot mBot

Class com.uwyn.drone.core.exceptions.LogonErrorException extends CoreException implements Serializable

Serialized Fields

mBot

Bot mBot

Class com.uwyn.drone.core.exceptions.MissingAddressException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

Class com.uwyn.drone.core.exceptions.NoValidAddressException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

Class com.uwyn.drone.core.exceptions.SendErrorException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

mCommand

IrcCommand mCommand

Class com.uwyn.drone.core.exceptions.ServerConnectionErrorException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

Class com.uwyn.drone.core.exceptions.ServerDisconnectionErrorException extends CoreException implements Serializable

Serialized Fields

mServer

Server mServer

Class com.uwyn.drone.core.exceptions.UnknownServerAddressException extends CoreException implements Serializable

Serialized Fields

mAddress

byte[] mAddress

Class com.uwyn.drone.core.exceptions.UnknownServerHostnameException extends CoreException implements Serializable

Serialized Fields

mHostname

String mHostname


Package com.uwyn.drone.modules.exceptions

Class com.uwyn.drone.modules.exceptions.FaqManagerException extends Exception implements Serializable

Class com.uwyn.drone.modules.exceptions.LogManagerException extends Exception implements Serializable

Class com.uwyn.drone.modules.exceptions.SeenManagerException extends Exception implements Serializable


Package com.uwyn.drone.modules.faqmanagement.exceptions

Class com.uwyn.drone.modules.faqmanagement.exceptions.AddFaqErrorException extends FaqManagerException implements Serializable

Serialized Fields

mFaqData

FaqData mFaqData

Class com.uwyn.drone.modules.faqmanagement.exceptions.EditFaqErrorException extends FaqManagerException implements Serializable

Serialized Fields

mFaqData

FaqData mFaqData

Class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException extends FaqManagerException implements Serializable

Serialized Fields

mId

int mId

Class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqErrorException extends FaqManagerException implements Serializable

Serialized Fields

mName

String mName

Class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqIdErrorException extends FaqManagerException implements Serializable

Class com.uwyn.drone.modules.faqmanagement.exceptions.GetRandomFaqErrorException extends FaqManagerException implements Serializable

Class com.uwyn.drone.modules.faqmanagement.exceptions.InstallErrorException extends FaqManagerException implements Serializable

Class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveErrorException extends FaqManagerException implements Serializable

Class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveFaqErrorException extends FaqManagerException implements Serializable

Serialized Fields

mName

String mName

Class com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException extends FaqManagerException implements Serializable

Serialized Fields

mName

String mName

mState

boolean mState


Package com.uwyn.drone.modules.logmanagement.exceptions

Class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException extends LogManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mServerMessage

ServerMessage mServerMessage

Class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException extends LogManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mDay

Calendar mDay

Class com.uwyn.drone.modules.logmanagement.exceptions.InstallErrorException extends LogManagerException implements Serializable

Class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException extends LogManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mSearch

String mSearch

Class com.uwyn.drone.modules.logmanagement.exceptions.RemoveErrorException extends LogManagerException implements Serializable

Class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException extends LogManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mSearch

String mSearch


Package com.uwyn.drone.modules.seenmanagement.exceptions

Class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException extends SeenManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mNickname

String mNickname

Class com.uwyn.drone.modules.seenmanagement.exceptions.InstallErrorException extends SeenManagerException implements Serializable

Class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException extends SeenManagerException implements Serializable

Serialized Fields

mBot

Bot mBot

mChannel

Channel mChannel

mSeenData

SeenData mSeenData

Class com.uwyn.drone.modules.seenmanagement.exceptions.RemoveErrorException extends SeenManagerException implements Serializable



Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.