Exception
Interfaces, Classes, Traits and Enums
- CollectionMismatchException
- Thrown when attempting to operate on collections of differing types.
- InvalidArgumentException
- Thrown to indicate an argument is not of the expected type.
- InvalidSortOrderException
- Thrown when attempting to use a sort order that is not recognized.
- NoSuchElementException
- Thrown when attempting to access an element that does not exist.
- OutOfBoundsException
- Thrown when attempting to access an element out of the range of the collection.
- UnsupportedOperationException
- Thrown to indicate that the requested operation is not supported.
- ValueExtractionException
- Thrown when attempting to extract a value for a method or property that does not exist.