|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Exception Summary | |
|---|---|
| IllegalArgumentNotContainedException | Thrown to indicate that a method has been passed with an argument that is not part of a collection but must be. |
| IllegalEmptyArgumentException | Thrown to indicate that a method has been passed with an empty reference as argument that does not accept it as valid. |
| IllegalInstanceOfArgumentException | Thrown to indicate that a method has been passed with a reference of an unexpected type. |
| IllegalMissingAnnotationException | Thrown to indicate that a method has been passed with a class that does not have a required annotation. |
| IllegalNaNArgumentException | Thrown to indicate that a method has been passed with an argument that was equal to NaN (not a number), which is not a valid value for double or float values. |
| IllegalNegativeArgumentException | Thrown to indicate that a specific argument of a method has been passed with a negative integer reference that it does not accept as valid. |
| IllegalNotEqualException | Thrown to indicate that a method was passed arguments which was expected to be equal to another object but was not. |
| IllegalNotGreaterOrEqualThanException | Thrown to indicate that a method was passed arguments which was expected to be greater or equal than another object but was not. |
| IllegalNotGreaterThanException | Thrown to indicate that a method was passed arguments which was expected to be greater than another object but was not. |
| IllegalNotLesserThanException | Thrown to indicate that a method was passed arguments which was expected to be lesser than another object but was not. |
| IllegalNotNullArgumentException | Thrown to indicate that a method has been passed with an illegal not null reference as argument where
null is required. |
| IllegalNullArgumentException | Thrown to indicate that a method has been passed with an illegal null reference as argument that does not
accept it as valid. |
| IllegalNullElementsException | Thrown to indicate that a method has been passed with an array or a collection which contains a null element. |
| IllegalNumberArgumentException | Thrown to indicate that a method has been passed with an argument that was no number, i.e. it cannot be converted to
a number datatype such as int, long, BigDecimal etc. |
| IllegalNumberRangeException | Thrown to indicate that a method has been passed with a number which is not in the range of the given datatype.. |
| IllegalNumericArgumentException | Thrown to indicate that a method has been passed with an argument that was not numeric. |
| IllegalPatternArgumentException | Thrown to indicate that a method has been passed a sequence of char values as argument that does not matches
against the specified pattern. |
| IllegalPositionIndexException | Thrown to indicate that a passed position index was out of the bounds of a string, list, array ... . |
| IllegalPositiveArgumentException | Thrown to indicate that a specific argument of a method has been passed with a positive integer reference that does not accept it as valid. |
| IllegalRangeException | Thrown to indicate that a method has been passed with a range as arguments. |
| IllegalStateOfArgumentException | Thrown to indicate that a method was passed arguments which caused an invalid state. |
| RuntimeInstantiationException | Thrown to indicate that a class cannot be instantiated. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||