Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.plugin.messaging.ChannelNotRegisteredException Class Reference

Thrown if a Plugin attempts to send a message on an unregistered channel. More...

+ Inheritance diagram for org.bukkit.plugin.messaging.ChannelNotRegisteredException:
+ Collaboration diagram for org.bukkit.plugin.messaging.ChannelNotRegisteredException:

Public Member Functions

 ChannelNotRegisteredException ()
 
 ChannelNotRegisteredException (String channel)
 

Detailed Description

Thrown if a Plugin attempts to send a message on an unregistered channel.

Definition at line 7 of file ChannelNotRegisteredException.java.

Constructor & Destructor Documentation

org.bukkit.plugin.messaging.ChannelNotRegisteredException.ChannelNotRegisteredException ( )

Definition at line 8 of file ChannelNotRegisteredException.java.

org.bukkit.plugin.messaging.ChannelNotRegisteredException.ChannelNotRegisteredException ( String  channel)

Definition at line 12 of file ChannelNotRegisteredException.java.


The documentation for this class was generated from the following file: