Classes | |
| class | UnknownAttributeException |
| class | ArithmeticException |
| Exception resulting from arithmetic operations. More... | |
| class | ArithmeticOverflowException |
| Exception resulting from arithmetic operations. More... | |
| class | ArithmeticUnderflowException |
| Exception resulting from arithmetic operations. More... | |
| class | DuplicateElementException |
| Attempt to add an element to a data structure which already contains an effectively identical one. More... | |
| class | ElementNotFoundException |
| Unable to find a requested element in a data structure. More... | |
| class | IndexOutOfBoundsException |
| Exception indicating that someone tried to access something at an index that is beyond the bounds of the container; e.g. trying to access packet 1025 in a Trace with 2 packets. More... | |
| class | InsufficientDataException |
| Indicates that a packet was too short for some operation (e.g. access of a field beyond the end of the packet). More... | |
| class | InvalidAggregateTypeException |
| Exception resulting from the attempt to use a particular Aggregate subtype in an invalid context. More... | |
| class | ListenerConflictException |
| Exception resulting from event listeners disagreeing about a follow-on action to an event. More... | |
| class | NotResettableException |
| Exception resulting from attempting to reset an attribute that can't be reset as expected. More... | |
| class | StringFormatException |
| Indicates an error that occurred while parsing a string expected to be in a particular format. More... | |
| class | ValueOutOfRangeException |
| Exception raised by attempting to add a value to a bin whose range does not contain it. More... | |
| class | UnseatedPacketUseException |
| Exception indicating the inappropriate use of a packet which is not properly seated. More... | |
1.4.2