|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.api.exception.ExceptionHandler
public class ExceptionHandler
The main class for handling event-exceptions.
Method Summary | |
---|---|
static boolean |
exception(GameException exception)
Handles a GameException and returns if the process should continue (if the exception is an instance of Cancellable , else true). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean exception(GameException exception)
GameException
and returns if the process should continue (if the exception is an instance of Cancellable
, else true).
exception
- The GameException
to handle.
Cancellable
, else true).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |