public class MightDrop extends ExceptionAnalyse(Code)
DE: Method might drop exception (DE_MIGHT_DROP) This method might drop an
exception. In general, exceptions should be handled or reported in some way,
or they should be thrown out of the method.
author: Nicolas Petitprez