![]() |
Bukkit
1.4.7-R1.0
|
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) | |
Thrown if a Plugin attempts to send a message on an unregistered channel.
Definition at line 7 of file ChannelNotRegisteredException.java.
| 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.