| ArithmeticException | This class is an abstract class for arithmetic like exception |
| Bound | This class is used to define boundary conditions |
| ComputingObject | |
| DivideByZeroException | This class is used to manage a Divide By Zero Exception |
| Duration | |
| Exception | The main abstract class to manage all the library exceptions |
| FileException | This class manage file exception |
| FileNotFoundException | This class is used to manage file ot found exception This exception is thrown when an attempt to open the file denoted by a specified pathname has failed |
| IllegalArgumentException | This class is used to manage an Illegal Argument Exception This exception is thrown when a bad object argument type is done to a function NOT YET IMPLEMENTED !!! |
| IndexOutOfBoundException | The index out of Bound exception class manage errors due to a bad given index to access an array ModelId=43834AC0028C |
| InfinityException | |
| NoSuchElementException | This class is used to manage exception due to a element which can not be found |
| NotAllowedOperationException | This class is used to manage exception when an operation is not allowed |
| NullPointerException | This class is used to manage exception due to a null pointer |
| OperationException | This class is an abstract class for operation exception |
| OutOfBoundException | This class is an abstract class for out of bound exception |
| ParseException | This class is used to manage an exception during the parsing of a file or a buffer |
| PitchEstimator | |
| SquareRootException | This class allows to manage exceptions due to a negative value inside a square root |
| TrigonometricValueOutOfBoundException | This class allows to manage exceptions due to a value out of Bound for a trigonometric function |
| ValueOutOfBoundException | This class is used to managed a value out of the allowed bound |
| Variable | This class is used to define a Variable object |
| XString< T > |
1.4.5