|
Exception Summary |
| BagAlert |
This class provides the basis for a hierarchy of Bag specific
alerts, so you can easily catch alerts thrown while using Bags. |
| ImmutableMapAlert |
This class implements an Alert for use in situations where an immutable
value needs to be updated. |
| InvalidIndexForListsAlert |
This class implements an Alert for use in situations like where a supplied
index is outside the bounds of a list. |
| InvalidKeyForMapAlert |
This class implements an Alert for use in situations like where a supplied
key is not valid for a map, e.g. |
| InvalidMappingAlert |
This class implements an Alert for use in situations like where a supplied
mapping is invalid, e.g. |
| InvalidValueForSetsAlert |
This class implements an Alert for use in situations where a non boolean is
used as the value, in a Maplet, for a Set. |
| KeyAlreadyExistsAlert |
This class implements an Alert for use in situations like where a duplicate
key is found in a map, or an attempt is made to insert one. |
| ListAlert |
This class provides the basis for a hierarchy of List specific
alerts, so you can easily catch alerts thrown while using
Lists. |
| ListIndexOutOfBoundsAlert |
This class implements an Alert for use in situations like where a supplied
index is outside the bounds of a list. |
| MapAlert |
This class provides the basis for a hierarchy of Map specific
alerts, so you can easily catch alerts thrown while using Maps. |
| NoSuchKeyInMapAlert |
This class implements an Alert for use in situations like where a supplied
key is not present in a map. |
| NoSuchMappingAlert |
This class implements an Alert for use in situations like where the is no
such element in a map, i.e. |
| SetAlert |
This class provides the basis for a hierarchy of Set specific
alerts, so you can easily catch alerts thrown while using
Sets. |