public static interface Reporter.SetLocation
Modifier and Type | Method and Description |
---|---|
Reporter.SetLocation |
context(String context)
Set the context in the header.
|
Reporter.SetLocation |
details(Object details)
Pass a DTO containing detailed information about the error.
|
Reporter.SetLocation |
file(String file)
Set the file location
|
Reporter.SetLocation |
header(String header)
Set the header/section location.
|
Reporter.SetLocation |
length(int length) |
Reporter.SetLocation |
line(int n)
Set the line number.
|
Report.Location |
location() |
Reporter.SetLocation |
method(String methodName)
Set the method where the error is reported.
|
Reporter.SetLocation |
reference(String reference)
Set a reference for the error (url or so)
|
Reporter.SetLocation file(String file)
Reporter.SetLocation header(String header)
Reporter.SetLocation context(String context)
context
- Reporter.SetLocation method(String methodName)
methodName
- Reporter.SetLocation line(int n)
Reporter.SetLocation reference(String reference)
Reporter.SetLocation details(Object details)
Report.Location location()
Reporter.SetLocation length(int length)
Copyright © 2021 aQute SARL. All rights reserved.