|
||||||||||
| 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
org.qtitools.qti.validation.BaseTypeValidationError
public class BaseTypeValidationError
Error validation item for baseType problems.
| Constructor Summary | |
|---|---|
BaseTypeValidationError(XmlNode source,
BaseType[] expected,
BaseType[] found)
Constructs validation item. |
|
| Method Summary | |
|---|---|
QTIBaseTypeException |
createException()
Creates exception from this error. |
| Methods inherited from class org.qtitools.qti.validation.ValidationError |
|---|
getType |
| 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 BaseTypeValidationError(XmlNode source,
BaseType[] expected,
BaseType[] found)
source - source node of constructed itemexpected - expected baseTypesfound - found baseTypes| Method Detail |
|---|
public QTIBaseTypeException createException()
ValidationError
createException in class ValidationError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||