| Interface | Description |
|---|---|
| AssertiveProvider |
Provider of assertive policies.
|
| CheckPolicy |
Policy for checking conditions.
|
| ExceptionFactory<T extends Exception> |
Factory that constructs a recoverable exception given a string argument.
|
| UnreachablePolicy |
Policy for handling unreachable code
|
| Class | Description |
|---|---|
| Assertive |
Entry point for the global assertive policy.
|
| ExceptionFactories | |
| ExceptionNoArgumentFactory<T extends Exception> |
Factory that constructs a recoverable exception given no argument.
|
| ExceptionOneStringArgumentFactory<T extends Exception> |
Factory that constructs a recoverable exception given a string argument.
|
| Message |
Class that represents a message, but builds the message first upon invocation of toString().
|
| Validation |
Entry point for validation methods.
|
| Validator<T extends Exception> |
Assertive,
ValidationCopyright © 2014–2015 valid4j. All rights reserved.