package org.uva.sea.ql.checker.exception.warning; import org.uva.sea.ql.checker.exception.QLException; public abstract class Warning extends QLException { private static final long serialVersionUID = 1L; }