|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use CompositeValidationException | |
|---|---|
| org.makumba | Public API for makumba application programmers. |
| org.makumba.forms.html | |
| org.makumba.forms.responder | |
| Uses of CompositeValidationException in org.makumba |
|---|
| Methods in org.makumba that throw CompositeValidationException | |
|---|---|
boolean |
CompositeValidationException.throwCheck()
Checks whether there are any exceptions gathered, and if so throws this CompositeValidationException |
| Uses of CompositeValidationException in org.makumba.forms.html |
|---|
| Methods in org.makumba.forms.html with parameters of type CompositeValidationException | |
|---|---|
ArrayList<InvalidValueException> |
RecordEditor.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
| Uses of CompositeValidationException in org.makumba.forms.responder |
|---|
| Methods in org.makumba.forms.responder with parameters of type CompositeValidationException | |
|---|---|
ArrayList<InvalidValueException> |
FormResponder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
abstract ArrayList<InvalidValueException> |
Responder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
ArrayList<InvalidValueException> |
ResponderFactory.getUnassignedExceptions(CompositeValidationException e,
HttpServletRequest req)
For all the (nested) forms of a page, gives all the errors which have not been assigned to a specific field. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||