blob: e4b589eeacc221434e18870c28a5db2d91cb6916 [file] [log] [blame]
package 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);
}