Package aQute.service.reporter
Interface Messages
-
- All Known Subinterfaces:
CommandLineMessages
public interface Messages
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Messages.ERROR
static interface
Messages.WARNING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.ERROR
NoSuchFile_(java.lang.Object r)
Messages.ERROR
Unexpected_Error_(java.lang.String context, java.lang.Exception e)
-
-
-
Method Detail
-
NoSuchFile_
Messages.ERROR NoSuchFile_(java.lang.Object r)
-
Unexpected_Error_
Messages.ERROR Unexpected_Error_(java.lang.String context, java.lang.Exception e)
-
-