toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
Report
Report
open
class
Report
(
val
severity
:
Verbosity
,
val
message
:
String
)
(
source
)
Members
Constructors
Report
Link copied to clipboard
constructor
(
severity
:
Verbosity
,
message
:
String
,
location
:
Location
)
constructor
(
severity
:
Verbosity
,
message
:
String
,
location
:
Location
,
inputLocation
:
Location
)
constructor
(
severity
:
Verbosity
,
message
:
String
,
location
:
Location
,
cause
:
Throwable
)
constructor
(
severity
:
Verbosity
,
message
:
String
,
location
:
Location
,
inputLocation
:
Location
,
cause
:
Throwable
)
constructor
(
severity
:
Verbosity
,
message
:
String
,
cause
:
Throwable
)
constructor
(
severity
:
Verbosity
,
stepConfig
:
StepConfiguration
,
message
:
Message
)
constructor
(
severity
:
Verbosity
,
stepConfig
:
StepConfiguration
,
error
:
XmlProcessingError
)
constructor
(
severity
:
Verbosity
,
message
:
String
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
?
extra
Detail
Link copied to clipboard
val
extraDetail
:
Map
<
QName
,
String
>
input
Location
Link copied to clipboard
val
inputLocation
:
Location
location
Link copied to clipboard
val
location
:
Location
message
Link copied to clipboard
val
message
:
String
severity
Link copied to clipboard
val
severity
:
Verbosity
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String