| ArithmeticException |
Base class for arithmetic exceptions.
|
| ArrayIndexOutOfBoundsException |
Thrown to indicate that an array has been accessed with an illegal index.
|
| BaseCheckedException |
This is the base class for all MOSIP checked exceptions.
|
| BaseUncheckedException |
This is the base class for all MOSIP unchecked exceptions.
|
| DataFormatException |
|
| DirectoryNotEmptyException |
Exception to be thrown when a directory exist which is not Empty
|
| FileExistsException |
|
| FileNotFoundException |
|
| IllegalArgumentException |
Base class for all preconditions violation exceptions.
|
| IllegalStateException |
Exception to be thrown when date format in filename pattern is wrong
|
| IOException |
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or
interrupted I/O operations.
|
| NoSuchAlgorithmException |
Base class for all preconditions violation exceptions.
|
| NullPointerException |
Exception to be thrown when a null argument found.
|
| ParseException |
Signals that an error has been reached unexpectedly while parsing.
|
| PatternSyntaxException |
Unchecked exception thrown to indicate a syntax error in a regular-expression
pattern
|
| UnsupportedCharsetException |
|
| UnsupportedEncodingException |
|