| Class | Description |
|---|---|
| Exceptions |
A utility class for throwing conditional exceptions, similar to Apache's
Validate class. |
| Exception | Description |
|---|---|
| IllegalInvocationException |
Represents an exception for when a method is called from a code
location which is disallowed or invalid
|
| IllegalReturnException |
Thrown when the return type is not acceptable and the program logic cannot
continue
|
Copyright © 2017. All rights reserved.