|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.api.exception.ExceptionHandler
com.quartercode.quarterbukkit.util.QuarterBukkitExceptionHandler
public class QuarterBukkitExceptionHandler
Field Summary |
---|
Fields inherited from class com.quartercode.quarterbukkit.api.exception.ExceptionHandler |
---|
plugin |
Constructor Summary | |
---|---|
QuarterBukkitExceptionHandler(org.bukkit.plugin.Plugin plugin)
|
Method Summary | |
---|---|
void |
handle(GameException exception)
Handle an GameException caused by a Plugin . |
Methods inherited from class com.quartercode.quarterbukkit.api.exception.ExceptionHandler |
---|
getPlugin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuarterBukkitExceptionHandler(org.bukkit.plugin.Plugin plugin)
Method Detail |
---|
public void handle(GameException exception)
ExceptionHandler
GameException
caused by a Plugin
.
handle
in class ExceptionHandler
exception
- The GameException
to handle.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |