|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation.part.ThrowableDefinitionValidator
public class ThrowableDefinitionValidator
An extension of the ClassDefinitionValidator which additionally
validates that the class supplied is a Throwable.
| Constructor Summary | |
|---|---|
ThrowableDefinitionValidator()
|
|
| Method Summary | |
|---|---|
java.util.List<NodeProblem> |
isValid(java.lang.Object... input)
Returns a list of NodeProblem objects generated during
validation of the supplied input. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThrowableDefinitionValidator()
| Method Detail |
|---|
public java.util.List<NodeProblem> isValid(java.lang.Object... input)
IMockCentralDialogInputValidatorNodeProblem objects generated during
validation of the supplied input. If empty, the input can be assumed
valid.
isValid in interface IMockCentralDialogInputValidatorinput - the user input.
NodeProblem objects generated during
validation of the supplied input.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||