com.quartercode.quarterbukkit.util
Class QuarterBukkitExceptionHandler

java.lang.Object
  extended by com.quartercode.quarterbukkit.api.exception.ExceptionHandler
      extended by com.quartercode.quarterbukkit.util.QuarterBukkitExceptionHandler

public class QuarterBukkitExceptionHandler
extends ExceptionHandler


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

QuarterBukkitExceptionHandler

public QuarterBukkitExceptionHandler(org.bukkit.plugin.Plugin plugin)
Method Detail

handle

public void handle(GameException exception)
Description copied from class: ExceptionHandler
Handle an GameException caused by a Plugin.

Specified by:
handle in class ExceptionHandler
Parameters:
exception - The GameException to handle.