package arcade.exceptions; /** * This runtime exception thrown if the database has a visible error. * * @author Ellango * */ @SuppressWarnings("serial") public class CorruptedDatabaseException extends RuntimeException {}