Package | Description |
---|---|
aQute.bnd.ant | |
aQute.bnd.osgi | |
aQute.bnd.url | |
aQute.libg.reporter | |
aQute.service.reporter |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
BaseTask.error(String s,
Object... args) |
Reporter.SetLocation |
BaseTask.exception(Throwable t,
String format,
Object... args) |
Reporter.SetLocation |
BaseTask.warning(String s,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
Processor.error(String string,
Object... args) |
Reporter.SetLocation |
Processor.error(String string,
Throwable t,
Object... args) |
Reporter.SetLocation |
Processor.exception(Throwable t,
String format,
Object... args) |
Reporter.SetLocation |
Processor.warning(String string,
Object... args) |
Modifier and Type | Method and Description |
---|---|
void |
Processor.FileLine.set(Reporter.SetLocation sl) |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
DefaultURLConnectionHandler.error(String format,
Object... args) |
Reporter.SetLocation |
DefaultURLConnectionHandler.exception(Throwable t,
String format,
Object... args) |
Reporter.SetLocation |
DefaultURLConnectionHandler.warning(String format,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
ReporterAdapter.error(String s,
Object... args) |
Reporter.SetLocation |
ReporterAdapter.exception(Throwable t,
String s,
Object... args) |
Reporter.SetLocation |
ReporterAdapter.warning(String s,
Object... args) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Messages.ERROR |
static interface |
Messages.WARNING |
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
Reporter.SetLocation.context(String context)
Set the context in the header.
|
Reporter.SetLocation |
Reporter.SetLocation.details(Object details)
Pass a DTO containing detailed information about the error.
|
Reporter.SetLocation |
Reporter.error(String format,
Object... args)
Create an error.
|
Reporter.SetLocation |
Reporter.exception(Throwable t,
String format,
Object... args)
Dedicated message for an exception.
|
Reporter.SetLocation |
Reporter.SetLocation.file(String file)
Set the file location
|
Reporter.SetLocation |
Reporter.SetLocation.header(String header)
Set the header/section location.
|
Reporter.SetLocation |
Reporter.SetLocation.length(int length) |
Reporter.SetLocation |
Reporter.SetLocation.line(int n)
Set the line number.
|
Reporter.SetLocation |
Reporter.SetLocation.method(String methodName)
Set the method where the error is reported.
|
Reporter.SetLocation |
Reporter.SetLocation.reference(String reference)
Set a reference for the error (url or so)
|
Reporter.SetLocation |
Reporter.warning(String format,
Object... args)
Create a warning.
|
Copyright © 2015 aQute SARL. All rights reserved.