|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.validation.AbstractValidationItem
org.qtitools.qti.validation.ValidationError
public class ValidationError
Validation item of error type.
| Constructor Summary | |
|---|---|
ValidationError(Validatable source,
XmlNode node,
java.lang.String message)
Constructs validation item. |
|
ValidationError(XmlNode node,
java.lang.String message)
Constructs validation item. |
|
| Method Summary | |
|---|---|
QTIRuntimeException |
createException()
Creates exception from this error. |
ValidationType |
getType()
Gets type of this item. |
| Methods inherited from class org.qtitools.qti.validation.AbstractValidationItem |
|---|
getMessage, getNode, getSource, setNode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationError(XmlNode node,
java.lang.String message)
node - source node of constructed itemmessage - message of constructed item
public ValidationError(Validatable source,
XmlNode node,
java.lang.String message)
source - source of constructed itemnode - source node of constructed itemmessage - message of constructed item| Method Detail |
|---|
public ValidationType getType()
ValidationItem
ValidationTypepublic QTIRuntimeException createException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||