blob: c61cfb5179c2590911ae70f5e35efd5a6d7b3ec5 [file] [log] [blame]
package aQute.libg.reporter;
import aQute.service.reporter.*;
public interface Messages {
static public interface ERROR extends Reporter.SetLocation {}
static public interface WARNING extends Reporter.SetLocation {}
ERROR NoSuchFile_(Object r);
ERROR Unexpected_Error_(String context, Exception e);
}