001package fr.aumgn.bukkitutils.command.exception; 002 003/** 004 * Flag interface for exception which has to 005 * be handled as command error and not real 006 * exceptions. 007 */ 008public interface CommandException { 009}