|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.reasoner.ValidityReport.Report
Field Summary | |
java.lang.String |
description
A textual description of the error or warning. |
java.lang.Object |
extension
Some reasoner dependent data structure giving more information on the problem. |
boolean |
isError
True if the report is a error, false if it is just a warning. |
java.lang.String |
type
The type of the error discovered, the range of errors types is reasoner-dependent. |
Constructor Summary | |
ValidityReport.Report(boolean error,
java.lang.String type,
java.lang.String description)
Constructor. |
|
ValidityReport.Report(boolean error,
java.lang.String type,
java.lang.String description,
java.lang.Object extension)
Constructor |
Method Summary | |
java.lang.String |
toString()
Printable form of the report |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String type
public boolean isError
public java.lang.String description
public java.lang.Object extension
Constructor Detail |
public ValidityReport.Report(boolean error, java.lang.String type, java.lang.String description)
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 problempublic ValidityReport.Report(boolean error, java.lang.String type, java.lang.String description, java.lang.Object extension)
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 Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |