AccessControlException |
AccessControlException is thrown if the access control infrastructure
denies protected access due to missing permissions.
|
AlreadyConnectedException |
An AlreadyConnectedException is thrown when an attempt is made to
connect a SocketChannel that is already connected.
|
ArrayIndexOutOfBoundsException |
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 |
A CancelledKeyException is thrown when an invalid selection key is
used.
|
ClosedSelectorException |
A ClosedSelectorException is thrown when a selector
is closed and an I/O operation is attempted.
|
ConnectionPendingException |
A ConnectionPendingException is 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 |
A FormatFlagsConversionMismatchException will be thrown if a
conversion and the flags are incompatible.
|
FormatterClosedException |
A FormatterClosedException will be thrown if the formatter has been
closed.
|
Fragment.InstantiationException |
Thrown by instantiate(Context, String, Bundle) when
there is an instantiation failure.
|
IllegalBlockingModeException |
An IllegalBlockingModeException is thrown when an operation that
requires a specific blocking mode is invoked on a channel that is in a
different blocking mode.
|
IllegalCharsetNameException |
An IllegalCharsetNameException is thrown when an illegal charset name
is encountered.
|
IllegalFormatCodePointException |
An IllegalFormatCodePointException will be thrown if an invalid
Unicode code point (defined by isValidCodePoint(int) ) is
passed as a parameter to a Formatter.
|
IllegalFormatConversionException |
An IllegalFormatConversionException will be thrown when the parameter
is incompatible with the corresponding format specifier.
|
IllegalFormatException |
An IllegalFormatException is thrown when a format string that
contains either an illegal syntax or format specifier is transferred as a
parameter.
|
IllegalFormatFlagsException |
An IllegalFormatFlagsException will be thrown if the combination of
the format flags is illegal.
|
IllegalFormatPrecisionException |
An IllegalFormatPrecisionException will be thrown if the precision is
a negative other than -1 or in other cases where precision is not supported.
|
IllegalFormatWidthException |
An IllegalFormatWidthException will be thrown if the width is a
negative value other than -1 or in other cases where a width is not
supported.
|
IllegalSelectorException |
An IllegalSelectorException is thrown when a call is made to register
a channel on a selector that has been created by a different provider.
|
IllegalThreadStateException |
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 or is out of range for the type specified in the
pattern.
|
InvalidMarkException |
An InvalidMarkException is thrown when reset() is called on a
buffer, but no mark has been set previously.
|
InvalidParameterException |
InvalidParameterException indicates exceptional conditions, caused by
invalid parameters.
|
KeyCharacterMap.UnavailableException |
Thrown by load(int) when a key character map could not be loaded.
|
MediaCodec.CodecException |
Thrown when an internal codec error occurs.
|
MediaDrm.MediaDrmStateException |
Thrown when an unrecoverable failure occurs during a MediaDrm operation.
|
MissingFormatArgumentException |
A MissingFormatArgumentException will be thrown if there is no
corresponding argument with the specified conversion or an argument index
that refers to a missing argument.
|
MissingFormatWidthException |
A MissingFormatWidthException will be thrown if the format width is
missing but is required.
|
NoConnectionPendingException |
A NoConnectionPendingException is thrown if SocketChannel 's
finishConnect method is called before
the SocketChannel 's connect(java.net.SocketAddress) connect} method completed
without error.
|
NonReadableChannelException |
A NonReadableChannelException is thrown when attempting to read from
a channel that is not open for reading.
|
NonWritableChannelException |
A NonWritableChannelException is thrown when attempting to write to a
channel that is not open for writing.
|
NotYetBoundException |
A NotYetBoundException is thrown if the server socket channel is not
bound before an I/O operation is made.
|
NotYetConnectedException |
A NotYetConnectedException is thrown if the socket channel is not
connected before an I/O operation is invoked.
|
NumberFormatException |
Thrown when an invalid value is passed to a string-to-number conversion
method.
|
OverlappingFileLockException |
An OverlappingFileLockException is 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 .
|
RSDriverException |
Base class for all exceptions thrown by the Android
RenderScript
|
RSIllegalArgumentException |
Base class for all exceptions thrown by the Android
RenderScript
|
RSInvalidStateException |
Base class for all exceptions thrown by the Android
RenderScript
|
ReadOnlyBufferException |
A ReadOnlyBufferException is thrown when some write operation is
called on a read-only 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.
|
SQLiteAccessPermException |
This exception class is used when sqlite can't access the database file
due to lack of permissions on the file.
|
SQLiteBindOrColumnIndexOutOfRangeException |
Thrown if the the bind or column parameter index is out of range
|
SQLiteBlobTooBigException |
|
SQLiteCantOpenDatabaseException |
|
SQLiteConstraintException |
An exception that indicates that an integrity constraint was violated.
|
SQLiteDatabaseCorruptException |
An exception that indicates that the SQLite database file is corrupt.
|
SQLiteDatabaseLockedException |
Thrown if the database engine was unable to acquire the
database locks it needs to do its job.
|
SQLiteDatatypeMismatchException |
|
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 |
This error can occur if the application creates a SQLiteStatement object and allows multiple
threads in the application use it at the same time.
|
SQLiteOutOfMemoryException |
|
SQLiteReadOnlyDatabaseException |
|
SQLiteTableLockedException |
|
StringIndexOutOfBoundsException |
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 |
An UnknownFormatConversionException will be thrown if the format
conversion is unknown.
|
UnknownFormatFlagsException |
An UnknownFormatFlagsException will be thrown if there is
an unknown flag.
|
UnresolvedAddressException |
An UnresolvedAddressException is thrown when trying to use an
unresolved network address in a network operation.
|
UnsupportedAddressTypeException |
An UnsupportedAddressTypeException is thrown when connecting or
binding to an unsupported address type.
|
UnsupportedCharsetException |
An UnsupportedCharsetException is thrown when an unsupported charset
name is encountered.
|