Serialized Form
-
Package io.github.waterfallmc.waterfall.exception
-
Exception io.github.waterfallmc.waterfall.exception.ProxyCommandException
class ProxyCommandException extends ProxyException implements Serializable-
Serialized Fields
-
arguments
String[] arguments
-
command
Command command
-
commandSender
CommandSender commandSender
-
-
-
Exception io.github.waterfallmc.waterfall.exception.ProxyEventException
class ProxyEventException extends ProxyException implements Serializable -
Exception io.github.waterfallmc.waterfall.exception.ProxyException
class ProxyException extends Exception implements Serializable -
Exception io.github.waterfallmc.waterfall.exception.ProxyInternalException
class ProxyInternalException extends ProxyException implements Serializable -
Exception io.github.waterfallmc.waterfall.exception.ProxyPluginEnableDisableException
class ProxyPluginEnableDisableException extends ProxyPluginException implements Serializable -
Exception io.github.waterfallmc.waterfall.exception.ProxyPluginException
class ProxyPluginException extends ProxyException implements Serializable-
Serialized Fields
-
responsiblePlugin
Plugin responsiblePlugin
-
-
-
Exception io.github.waterfallmc.waterfall.exception.ProxyPluginMessageException
class ProxyPluginMessageException extends ProxyPluginException implements Serializable-
Serialized Fields
-
channel
String channel
-
data
byte[] data
-
player
ProxiedPlayer player
-
-
-
Exception io.github.waterfallmc.waterfall.exception.ProxySchedulerException
class ProxySchedulerException extends ProxyPluginException implements Serializable-
Serialized Fields
-
task
ScheduledTask task
-
-
-
Exception io.github.waterfallmc.waterfall.exception.ProxyTabCompleteException
class ProxyTabCompleteException extends ProxyCommandException implements Serializable
-
-
Package io.github.waterfallmc.waterfall.utils
-
Exception io.github.waterfallmc.waterfall.utils.FastException
class FastException extends RuntimeException implements Serializable
-
-
Package net.md_5.bungee.util
-
Class net.md_5.bungee.util.CaseInsensitiveMap
class CaseInsensitiveMap extends gnu.trove.map.hash.TCustomHashMap<String,V> implements Externalizable -
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class net.md_5.bungee.util.CaseInsensitiveSet
class CaseInsensitiveSet extends gnu.trove.set.hash.TCustomHashSet<String> implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception net.md_5.bungee.util.QuietException
class QuietException extends RuntimeException implements Serializable
-