AccessControlException |
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. |
AlreadyBoundException |
Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound. |
AlreadyConnectedException |
Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected. |
ArrayIndexOutOfBoundsException |
Thrown to indicate that an array has been accessed with an illegal index. |
BadParcelableException |
Exception thrown when a Parcelable is malformed or otherwise invalid. |
CancellationException |
Exception indicating that the result of a value-producing task, such as a FutureTask , cannot be retrieved because the task was cancelled. |
CancelledKeyException |
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. |
ClosedSelectorException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. |
ConnectionPendingException |
Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in progress. |
CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds. |
DuplicateFormatFlagsException |
Unchecked exception thrown when duplicate flags are provided in the format specifier. |
FormatFlagsConversionMismatchException |
Unchecked exception thrown when a conversion and flag are incompatible. |
FormatterClosedException |
Unchecked exception thrown when the formatter has been closed. |
Fragment.InstantiationException |
Thrown by instantiate(Context, String, Bundle) when there is an instantiation failure. |
IllegalBlockingModeException |
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
IllegalCharsetNameException |
Unchecked exception thrown when a string that is not a legal charset name is used as such. |
IllegalFormatCodePointException |
Unchecked exception thrown when a character with an invalid Unicode code point as defined by isValidCodePoint(int) is passed to the Formatter . |
IllegalFormatConversionException |
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type. |
IllegalFormatException |
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments. |
IllegalFormatFlagsException |
Unchecked exception thrown when an illegal combination flags is given. |
IllegalFormatPrecisionException |
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported. |
IllegalFormatWidthException |
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported. |
IllegalSelectorException |
Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel. |
IllegalThreadStateException |
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
InputMismatchException |
Thrown by a Scanner to indicate that the token retrieved does not match the pattern for the expected type, or that the token is out of range for the expected type. |
InvalidMarkException |
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined. |
InvalidParameterException |
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. |
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. |
MediaDrmResetException |
This exception is thrown when the MediaDrm instance has become unusable due to a restart of the mediaserver process. |
MissingFormatArgumentException |
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist. |
MissingFormatWidthException |
Unchecked exception thrown when the format width is required. |
NoConnectionPendingException |
Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method. |
NonReadableChannelException |
Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading. |
NonWritableChannelException |
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing. |
NotYetBoundException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound. |
NotYetConnectedException |
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. |
NumberFormatException |
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
OverlappingFileLockException |
Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file. |
PatternSyntaxException |
Unchecked exception thrown to indicate a syntax error in a regular-expression 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 |
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon 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 by String methods to indicate that an index is either negative or greater than the size of the string. |
UnknownFormatConversionException |
Unchecked exception thrown when an unknown conversion is given. |
UnknownFormatFlagsException |
Unchecked exception thrown when an unknown flag is given. |
UnresolvedAddressException |
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. |
UnsupportedAddressTypeException |
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. |
UnsupportedCharsetException |
Unchecked exception thrown when no support is available for a requested charset. |