|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.api.exception.GameException
public class GameException
This is the bukkit base class for the exception-system.
Constructor Summary | |
---|---|
GameException(org.bukkit.plugin.Plugin plugin)
Creates a new empty GameException with a Plugin . |
|
GameException(org.bukkit.plugin.Plugin plugin,
java.lang.String message)
Creates a new GameException with a Plugin and an informational message. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the informational message. |
org.bukkit.plugin.Plugin |
getPlugin()
Returns the causing Plugin ; |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GameException(org.bukkit.plugin.Plugin plugin)
GameException
with a Plugin
.
plugin
- The causing Plugin
.public GameException(org.bukkit.plugin.Plugin plugin, java.lang.String message)
GameException
with a Plugin
and an informational message.
plugin
- The causing Plugin
.message
- The information as a human-readable message.Method Detail |
---|
public org.bukkit.plugin.Plugin getPlugin()
Plugin
;
Plugin
;public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |