|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.spice.configkit.ValidationIssue
This class records a specific issue that occured during validation.
Constructor Summary | |
ValidationIssue(int type,
org.xml.sax.SAXParseException exception)
Create an issue with specified type and exception that caused issue. |
Method Summary | |
org.xml.sax.SAXParseException |
getException()
The exception that caused issue. |
boolean |
isError()
Return true if the issue is an error, false otherwise. |
boolean |
isFatalError()
Return true if the issue is a fatal error, false otherwise. |
boolean |
isWarning()
Return true if the issue is a warning, false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValidationIssue(int type, org.xml.sax.SAXParseException exception)
type
- the type of issueexception
- the exception that caused issue.Method Detail |
public boolean isWarning()
public boolean isError()
public boolean isFatalError()
public org.xml.sax.SAXParseException getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |