java.lang.Object
org.apache.jena.reasoner.ValidityReport.Report
- Enclosing interface:
- ValidityReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionA textual description of the error or warning.Some reasoner dependent data structure giving more information on the problem.boolean
True if the report is a error, false if it is just a warning.The type of the error discovered, the range of errors types is reasoner-dependent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the error discovered, the range of errors types is reasoner-dependent. -
isError
public boolean isErrorTrue if the report is a error, false if it is just a warning. -
description
A textual description of the error or warning. -
extension
Some reasoner dependent data structure giving more information on the problem.
-
-
Constructor Details
-
Report
Constructor.- Parameters:
error
- true if the report is an error, false if it is just a warningtype
- a string giving a reasoner-dependent classification for the reportdescription
- a textual description of the problem
-
Report
Constructor- Parameters:
error
- true if the report is an error, false if it is just a warningtype
- a string giving a reasoner-dependent classification for the reportdescription
- a textual description of the problemextension
- a reasoner dependent data structure giving more information on the problem.
-
-
Method Details
-
getDescription
- Returns:
- a textual description of the problem
-
getExtension
- Returns:
- a reasoner dependent data structure giving more information on the problem.
-
isError
public boolean isError()- Returns:
- True if the report is a error, false if it is just a warning.
-
getType
- Returns:
- a string giving a reasoner-dependent classification for the report
-
toString
Printable form of the report
-