Package com.thed.zblast.parser.model
Class TestngResults.Testsuite.Test.Class.TestMethod.Exception
java.lang.Object
com.thed.zblast.parser.model.TestngResults.Testsuite.Test.Class.TestMethod.Exception
- Enclosing class:
- TestngResults.Testsuite.Test.Class.TestMethod
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="full-stacktrace" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.Gets the value of the fullStacktrace property.Gets the value of the message property.void
Sets the value of the clazz property.void
setFullStacktrace
(String value) Sets the value of the fullStacktrace property.void
setMessage
(String value) Sets the value of the message property.
-
Field Details
-
message
-
fullStacktrace
-
clazz
-
-
Constructor Details
-
Exception
public Exception()
-
-
Method Details
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
getFullStacktrace
Gets the value of the fullStacktrace property.- Returns:
- possible object is
String
-
setFullStacktrace
Sets the value of the fullStacktrace property.- Parameters:
value
- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-