| AccessControlException |
This runtime exception is thrown when an access control check indicates that
access should not be granted. |
| AlreadyConnectedException |
Thrown when an attempt is made to connect a SocketChannel that is already connected. |
| ArrayIndexOutOfBoundsException |
This runtime exception is thrown when the an array is indexed with a value
less than zero, or greater than or equal to the size of the array. |
| BadParcelableException |
The object you are calling has died, because its hosting process
no longer exists. |
| CancellationException |
Exception indicating that the result of a value-producing task,
such as a FutureTask, cannot be retrieved because the task
was cancelled. |
| CancelledKeyException |
Thrown when an invalid selection key is used. |
| ClosedSelectorException |
Thrown when an a selector is closed and an IO operation is attempted. |
| ConnectionPendingException |
Thrown when an attempt is made to connect a SocketChannel that has a
non-blocking connection already underway. |
| CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds. |
| DuplicateFormatFlagsException |
The unchecked exception will be thrown out if there are duplicate flags given
out in the format specifier. |
| FormatFlagsConversionMismatchException |
The unchecked exception will be thrown out if a conversion and flags are
incompatible. |
| FormatterClosedException |
The unchecked exception will be thrown out if the formatter has been closed. |
| IllegalBlockingModeException |
Thrown when when operation that requires a specific blocking mode is invoked
on a channel that is in a different blocking mode. |
| IllegalCharsetNameException |
Thrown when an illegal charset name is encountered. |
| IllegalFormatCodePointException |
The unchecked exception will be thrown out if an invalid Unicode code point,
which is Character.isValidCodePoint(int), is passed as a parameter to
Formatter. |
| IllegalFormatConversionException |
The unchecked exception will be thrown out when the parameter is incompatible
with the corresponding format specifier. |
| IllegalFormatException |
Unchecked Exception that is to be thrown out when a format string that
contains either an illegal syntax or format specifier is transferred as a
parameter. |
| IllegalFormatFlagsException |
The unchecked exception will be thrown out if the combination of the format
flags is illegal. |
| IllegalFormatPrecisionException |
The unchecked exception will be thrown out when the precision is a negative
other than -1, or the conversion does not support a precision or other cases
when the precision is not supported. |
| IllegalFormatWidthException |
The unchecked exception will be thrown out when the width is a negative other
than -1, or the conversion does not support a width or other cases when the
width is not supported. |
| IllegalSelectorException |
Thrown when a call is made to register a channel on a selector that has been
created by a different provider. |
| IllegalThreadStateException |
This runtime exception is thrown when an operation is attempted which is not
possible given the state that the executing thread is in. |
| InputMismatchException |
An InputMismatchException is thrown by a scanner to indicate that the next
token does not match the pattern the specified type. |
| InvalidMarkException |
A InvalidMarkException is thrown when reset()
is called on a buffer, but there is no mark set previously. |
| InvalidParameterException |
This exception is thrown when an invalid parameter is passed to a method. |
| MissingFormatArgumentException |
The unchecked exception will be thrown out if there no corresponding argument
with the specified conversion or an argument index that refers to a
missing argument. |
| MissingFormatWidthException |
The unchecked exception will be thrown out if the format width is missing but
is required. |
| NoConnectionPendingException |
Thrown if SocketChannel's finishConnect method is called before the
SocketChannel's connect method completed without error. |
| NonReadableChannelException |
Thrown when attempting to read from a channel that is not open for reading. |
| NonWritableChannelException |
Thrown when attempting to write to a channel that is not open for writing. |
| NotYetBoundException |
Thrown if the server socket channel is not bound before an IO operation is
made. |
| NotYetConnectedException |
Thrown if the socket channel is not connected before an IO operation is
invoked. |
| NumberFormatException |
This runtime exception is thrown when a "string to number" conversion routine
is passed an invalid value. |
| OverlappingFileLockException |
Thrown when attempting to acquire a lock that overlaps an existing or pending
lock held by this process. |
| PatternSyntaxException |
Encapsulates a syntax error that occurred during the compilation of a
Pattern. |
| ReadOnlyBufferException |
A ReadOnlyBufferException is thrown when some write operation
is called on a readonly buffer. |
| ReceiverCallNotAllowedException |
This exception is thrown from registerReceiver(BroadcastReceiver, IntentFilter) and
bindService(Intent, ServiceConnection, int) when these methods are being used from
an BroadcastReceiver component. |
| SQLiteAbortException |
An exception that indicates that the SQLite program was aborted. |
| SQLiteConstraintException |
An exception that indicates that an integrity constraint was violated. |
| SQLiteDatabaseCorruptException |
An exception that indicates that the SQLite database file is corrupt. |
| SQLiteDiskIOException |
An exception that indicates that an IO error occured while accessing the
SQLite database file. |
| SQLiteDoneException |
An exception that indicates that the SQLite program is done. |
| SQLiteException |
A SQLite exception that indicates there was an error with SQL parsing or execution. |
| SQLiteFullException |
An exception that indicates that the SQLite database is full. |
| SQLiteMisuseException |
|
| StringIndexOutOfBoundsException |
This runtime exception is thrown when the a String is indexed with a value
less than zero, or greater than or equal to the size of the array. |
| UnknownFormatConversionException |
The unchecked exception will be thrown out if the format conversion is
unknown. |
| UnknownFormatFlagsException |
The unchecked exception will be thrown out if there is an unknown flag. |
| UnresolvedAddressException |
Thrown when trying to use an unresolved network address in a network
operation. |
| UnsupportedAddressTypeException |
Thrown when connecting or binding to an unsupported address type. |
| UnsupportedCharsetException |
Thrown when an unsupported charset name is encountered. |