Package | Description |
---|---|
org.assistments.domain.content.tutor | |
org.assistments.domain.exception |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorUtilities.notifyValidationWarning(ValidationException ve)
Warn the server of a validation exception, but have it be WARNING level,
so an application error isn't thrown.
|
Modifier and Type | Method and Description |
---|---|
void |
NonInteractiveTutoring.validate() |
void |
Manifest.validate() |
void |
FillInAnswer.validate() |
void |
Problem.validate() |
void |
ExternalAnswer.validate() |
void |
SelfValidating.validate()
Check this object's data for inconsistencies
Subclasses must (by informal contract) implement this method!
|
void |
AnswerableProblem.validate() |
void |
ChooseOneProblem.validate() |
void |
Persistable.validate() |
void |
ValidatorUtilities.ValidateHTML(java.lang.String html)
Verify that the given html is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistableRuntimeException.validate() |