| Interface | Description |
|---|---|
| BodyValidator |
Implement this interface if you want to provide your own body Validator
|
| ClassValidator |
Implement this interface if you want to provide your own class validator
|
| Enum | Description |
|---|---|
| CheckInitValidator | |
| CheckTypesValidator | |
| CheckVoidLocalesValidator | |
| LocalsValidator | |
| OuterClassValidator |
Validates classes to make sure that the outer class chain is not recursive
|
| TrapsValidator | |
| UnitBoxesValidator | |
| UsesValidator | |
| ValueBoxesValidator |
| Exception | Description |
|---|---|
| UnitValidationException |
This kind of validation exception can be used if a unit is the cause of an validation error.
|
| ValidationException |