| AbstractMethodError |
This error is thrown when the VM notices that a an attempt is being made to
invoke an abstract method. |
| AbstractQueuedSynchronizer |
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues. |
| AbstractQueuedSynchronizer.ConditionObject |
Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation. |
| AccessControlException |
This runtime exception is thrown when an access control check indicates that
access should not be granted. |
| AclNotFoundException |
|
| ActivityNotFoundException |
This exception is thrown when a call to startActivity(Intent) or
one of its variants fails because an Activity can not be found to execute
the given Intent. |
| Adapter.Mode |
|
| AllPermission |
Subclass of Permission whose instances imply all other permissions. |
| AlreadyConnectedException |
Thrown when an attempt is made to connect a SocketChannel that is already connected. |
| AndroidException |
Base class for all checked exceptions thrown by the Android frameworks. |
| AndroidRuntimeException |
Base class for all unchecked exceptions thrown by the Android frameworks. |
| AnnotationFormatError |
Indicates that an annotation in a class file is incorrectly formatted. |
| AnnotationTypeMismatchException |
Indicates that an annotation type has changed since it was compiled or
serialized. |
| ArithmeticException |
This runtime exception is thrown when the an invalid arithmetic operation is
attempted. |
| ArrayBlockingQueue |
A bounded blocking queue backed by an
array. |
| 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. |
| ArrayList |
ArrayList is an implementation of List, backed by an array. |
| ArrayStoreException |
This runtime exception is thrown when a program attempts to store into an
array an element of a a type which the array can not hold.. |
| AssertionError |
Indicates that an assertion has failed. |
| AssertionFailedError |
Thrown when an assertion failed. |
| AsynchronousCloseException |
Thrown when the underlying channel for an IO operation is closed by another thread. |
| AtomicBoolean |
A boolean value that may be updated atomically. |
| AtomicInteger |
An int value that may be updated atomically. |
| AtomicIntegerArray |
An int array in which elements may be updated atomically. |
| AtomicLong |
A long value that may be updated atomically. |
| AtomicLongArray |
A long array in which elements may be updated atomically. |
| AtomicReference |
An object reference that may be updated atomically. |
| AtomicReferenceArray |
An array of object references in which elements may be updated
atomically. |
| AttributedCharacterIterator.Attribute |
|
| AudioPermission |
|
| AuthPermission |
|
| AuthProvider |
|
| Authenticator.RequestorType |
an enum class of requestor type
|
| BackingStoreException |
An exception to indicate that some error was encountered while accessing
the backing store. |
| BadPaddingException |
|
| BadParcelableException |
The object you are calling has died, because its hosting process
no longer exists. |
| BasicHttpParams |
This class represents a collection of HTTP protocol parameters. |
| BasicPermission |
Superclass of permissions which have names but no action lists. |
| BatchUpdateException |
An exception thrown if a problem occurs during a batch update operation. |
| BigDecimal |
Class which represents immutable arbritary precision decimal numbers. |
| BigInteger |
Class which represents immutable arbritary precision integer numbers. |
| BindException |
A BindException is thrown when a process cannot bind a local address/port,
either because it is already bound or reserved by the OS. |
| BitSet |
The BitSet class implements a bit field. |
| Bitmap.CompressFormat |
Specifies the known formats a bitmap can be compressed into
|
| Bitmap.Config |
|
| BlurMaskFilter.Blur |
|
| Boolean |
Boolean is the wrapper for the primitive type boolean. |
| BrokenBarrierException |
Exception thrown when a thread tries to wait upon a barrier that is
in a broken state, or which enters the broken state while the thread
is waiting. |
| BufferOverflowException |
A BufferOverflowException is thrown when you try to write
elements to a buffer, but there is not enough remaining space in the
buffer. |
| BufferUnderflowException |
A BufferUnderflowException is thrown when you try to read
elements from a buffer, but there is not enough remaining elements in the
buffer. |
| Byte |
Byte is the wrapper for the primitive type byte. |
| CRLException |
|
| Calendar |
Calendar is an abstract class which provides the conversion between Dates and
integer calendar fields, such as the month, year or minute. |
| 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. |
| Canvas.EdgeType |
|
| CertPath |
An immutable certificate path that can be validated. |
| CertPath.CertPathRep |
|
| CertPathBuilderException |
|
| CertPathValidatorException |
|
| CertStoreException |
|
| Certificate |
Abstract class to represent identity certificates. |
| Certificate.CertificateRep |
|
| CertificateEncodingException |
|
| CertificateException |
|
| CertificateExpiredException |
|
| CertificateNotYetValidException |
|
| CertificateParsingException |
|
| CharConversionException |
This is the top level class for character conversion exceptions. |
| Character |
Character is the wrapper for the primitive type char. |
| CharacterCodingException |
Type of exception thrown when an encoding or decoding error occurs. |
| ChoiceFormat |
ChoiceFormat is used to associate strings with ranges of double values. |
| CircularRedirectException |
Signals a circular redirect |
| Class |
This class must be implemented by the VM vendor. |
| ClassCastException |
This runtime exception is thrown when a program attempts to cast a an object
to a type which it is not compatible with. |
| ClassCircularityError |
This error is thrown when the VM notices that an attempt is made to load a
class which would directly or indirectly inherit from one of its subclasses. |
| ClassFormatError |
This error is thrown by the class loader when it discovers that a class that
it is loading does not have the correct shape. |
| ClassNotFoundException |
This exception is thrown when a classloader is unable to find a class. |
| CloneNotSupportedException |
This exception is thrown when a program attempts to clone an object which
does not support the Cloneable interface. |
| ClosedByInterruptException |
Thrown when a thread is interrupted in a blocking IO operation. |
| ClosedChannelException |
This exception is thrown when a channel is closed for the type of operation
attempted. |
| ClosedSelectorException |
Thrown when an a selector is closed and an IO operation is attempted. |
| CodeSigner |
|
| CodeSource |
|
| CoderMalfunctionError |
Errors thrown when the encoder/decoder is malfunctioning. |
| ComparisonFailure |
Thrown when an assert equals for Strings failed. |
| ConcurrentHashMap |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates. |
| ConcurrentLinkedQueue |
An unbounded thread-safe queue based on linked nodes. |
| ConcurrentModificationException |
This runtime exception is thrown when a Collection is modified and an
existing iterator on the Collection is used to modify the Collection as well. |
| ConnectException |
This ConnectException is thrown when a connection cannot be established to a
remote host/port, because for instance a server was not listening. |
| ConnectTimeoutException |
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager. |
| Connection.State |
|
| ConnectionClosedException |
Indicates that a connection has been closed. |
| ConnectionEvent |
An Event object which is sent when specific events happen on a
PooledConnection object. |
| ConnectionPendingException |
Thrown when an attempt is made to connect a SocketChannel that has a
non-blocking connection already underway. |
| ConnectionPoolTimeoutException |
A timeout while waiting for an available connection
from a connection manager. |
| CopyOnWriteArrayList |
|
| CopyOnWriteArraySet |
A Set that uses CopyOnWriteArrayList for all of its
operations. |
| Currency |
This class represents a currency as identified in the ISO 4217 currency
codes. |
| CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds. |
| DHPrivateKey |
|
| DHPublicKey |
|
| DOMException |
DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable). |
| DSAPrivateKey |
|
| DSAPublicKey |
|
| DataFormatException |
DataFormatException is used to indicate an error in the format of a
particular data stream. |
| DataTruncation |
An exception which is thrown when a JDBC driver unexpectedly truncates a data
value either when reading or when writing data. |
| Date |
A Date class which can consume and produce dates in SQL Date format. |
| DateFormat |
DateFormat is the abstract superclass of formats which format and parse
Dates. |
| DateFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
SimpleDateFormat.formatToCharacterIterator() method returns. |
| DateFormatSymbols |
DateFormatSymbols holds the Strings used in the formating and parsing of
dates and times. |
| DateParseException |
An exception to indicate an error parsing a date string. |
| DeadObjectException |
The object you are calling has died, because its hosting process
no longer exists. |
| DecimalFormat |
DecimalFormat is used to format and parse numbers, both integers and
fractions, based on a pattern. |
| DecimalFormatSymbols |
DecimalFormatSymbols holds the symbols used in the formating and parsing of
numbers. |
| DestroyFailedException |
|
| DigestException |
This class represents exceptions for message digest computation. |
| Double |
Double is the wrapper for the primitive type double. |
| DuplicateFormatFlagsException |
The unchecked exception will be thrown out if there are duplicate flags given
out in the format specifier. |
| ECPrivateKey |
|
| ECPublicKey |
|
| EOFException |
This End Of File (EOF) exception is thrown when a program encounters the end
of a file or stream during an operation. |
| ElementType |
An enumeration of element types. |
| EmptyStackException |
Runtime exception which is thrown when pop/peek method of stack is executed
on a stack which is empty
|
| Enum |
The superclass of all enumerated types. |
| EnumConstantNotPresentException |
Indicates that an enum constant does not exist for a
particular name. |
| EnumMap |
|
| EnumSet |
|
| Error |
This class is the superclass of all classes which represent unrecoverable
errors. |
| EventObject |
EventObjects represent events. |
| Exception |
This class is the superclass of all classes which represent recoverable
exceptions. |
| ExceptionInInitializerError |
This error is thrown when an exception occurs during class initialization. |
| ExecutionException |
Exception thrown when attempting to retrieve the result of a task
that aborted by throwing an exception. |
| ExemptionMechanismException |
|
| Externalizable |
Objects that want to be serialized/deserialized using
ObjectOutputStream/ObjectInputStream but defining their own byte
representation should implement this interface. |
| FactoryConfigurationError |
Represents an error that occured during the configuration of parser factory. |
| File |
File is a class which represents a file name or directory. |
| FileLockInterruptionException |
Thrown when thread was interrupted while waiting to acquire a file lock. |
| FileNotFoundException |
This IO exception is thrown when a file specified by a program cannot be
found. |
| FilePermission |
The class FilePermission is responsible for granting access to files or
directories. |
| Float |
Float is the wrapper for the primitive type float. |
| Format |
Format is the abstract superclass of classes which format and parse objects
according to Locale specific rules. |
| Format.Field |
This inner class is used to represent Format attributes in the
AttributedCharacterIterator that formatToCharacterIterator() method
returns in the Format subclasses. |
| FormatFlagsConversionMismatchException |
The unchecked exception will be thrown out if a conversion and flags are
incompatible. |
| Formatter.BigDecimalLayoutForm |
|
| FormatterClosedException |
The unchecked exception will be thrown out if the formatter has been closed. |
| GLException |
An exception class for OpenGL errors. |
| GeneralSecurityException |
This class represents the general security exception. |
| GenericSignatureFormatError |
Indicates that a malformed signature has been encountered via a reflective
method. |
| GradientDrawable.Orientation |
Controls how the gradient is oriented relative to the drawable's bounds
|
| GregorianCalendar |
GregorianCalendar provides the conversion between Dates and integer calendar
fields, such as the month, year or minute, for the Gregorian calendar. |
| GuardedObject |
GuardedObject controls access to an object, by checking all requests for the
object with a Guard. |
| HandshakeCompletedEvent |
|
| HashMap |
HashMap is an implementation of Map. |
| HashSet |
HashSet is an implementation of Set. |
| Hashtable |
Hashtable associates keys with values. |
| HttpHostConnectException |
|
| HttpRetryException |
The exception to be thrown when a request cannot be retried. |
| HttpVersion |
Represents an HTTP version, as specified in RFC 2616. |
| IOException |
This IO exception is thrown when a program encounters some sort I/O error. |
| Identity |
|
| IdentityHashMap |
IdentityHashMap
This is a variant on HashMap which tests equality by reference instead of by
value. |
| IdentityScope |
|
| IllegalAccessError |
This error is thrown when the VM notices that a an attempt is being made to
access a field which is not accessable from where it is referenced. |
| IllegalAccessException |
This exception is thrown when a program attempts to access a field or method
which is not accessible from the location where the reference is made. |
| IllegalArgumentException |
This runtime exception is thrown when a method is invoked with an argument
which it can not reasonably deal with. |
| IllegalBlockSizeException |
|
| 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. |
| IllegalClassFormatException |
This exception may be thrown from implementations of the method
transform(ClassLoader, String, Class>, ProtectionDomain, byte[]) when the class
file bytes supplied to it are found to be corrupted or otherwise in a format
which does not adhere to the expected Java class file format. |
| 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. |
| IllegalMonitorStateException |
This runtime exception is thrown when a monitor operation is attempted when
the monitor is not in the correct state, for example when a thread attempts
to exit a monitor which it did not own. |
| IllegalSelectorException |
Thrown when a call is made to register a channel on a selector that has been
created by a different provider. |
| IllegalStateException |
This runtime exception is thrown when an action is attempted at a time when
the virtual machine is not in the correct state. |
| IllegalThreadStateException |
This runtime exception is thrown when an operation is attempted which is not
possible given the state that the executing thread is in. |
| ImageView.ScaleType |
|
| IncompatibleClassChangeError |
This class is the superclass of all classes which represent errors which
occur when inconsistant class files are loaded into the same running image. |
| IncompleteAnnotationException |
Indicates that an element of an annotation type was accessed that was added
after the type was compiled or serialized. |
| IndexOutOfBoundsException |
This runtime exception is thrown when a program attempts to access a value in
an indexable collection using a value which is outside the possible range of
indices. |
| Inet4Address |
|
| Inet6Address |
|
| InetAddress |
The Internet Protocol (IP) address class. |
| InetSocketAddress |
|
| InputMismatchException |
An InputMismatchException is thrown by a scanner to indicate that the next
token does not match the pattern the specified type. |
| InstantiationError |
This error is thrown when the VM notices that a an attempt is being made to
create a new instance of a class which has no visible constructors from the
location where new is invoked. |
| InstantiationException |
This exception is thrown when a program attempts to access a constructor
which is not accessible from the location where the reference is made. |
| Integer |
Integer is the wrapper for the primitive type int. |
| IntentFilter.MalformedMimeTypeException |
This exception is thrown when a given MIME type does not have a valid
syntax. |
| InternalError |
This error is thrown when the VM notices that it has gotten into a state
which it does not understand. |
| Interpolator.Result |
|
| InterruptedException |
This exception is thrown when a waiting thread is activated before the
condition it was waiting on has been satisfied. |
| InterruptedIOException |
This IO exception is thrown when a program reading or writing to a stream is
interrupted. |
| InvalidAlgorithmParameterException |
This class represents invalid algorithm parameters to cryptographic services. |
| InvalidClassException |
A problem was found with the class of one of the objects being serialized or
deserialized. |
| InvalidCredentialsException |
Authentication credentials required to respond to a authentication
challenge are invalid |
| InvalidKeyException |
Used when invalid cryptography keys are used. |
| InvalidKeySpecException |
|
| InvalidMarkException |
A InvalidMarkException is thrown when reset()
is called on a buffer, but there is no mark set previously. |
| InvalidMidiDataException |
|
| InvalidObjectException |
The object graph loaded (deserialized) can be validated by a collection of
validator objects. |
| InvalidParameterException |
This exception is thrown when an invalid parameter is passed to a method. |
| InvalidParameterSpecException |
|
| InvalidPreferencesFormatException |
An exception to indicate that the input XML file is not well-formed or
validating to the appropriate document type, which is specified by
Preferences. |
| InvalidPropertiesFormatException |
|
| InvocationTargetException |
This class provides a wrapper for an exception thrown by a Method or
Constructor invocation. |
| JSONException |
The JSONException is thrown by the JSON.org classes then things are amiss. |
| JarException |
This runtime exception is thrown when a problem occurs while reading a JAR
file. |
| Key |
Defines the basic properties of all key objects. |
| KeyException |
This class is the superclass of all classes which represent problems with
keys. |
| KeyManagementException |
|
| KeyPair |
|
| KeyRep |
|
| KeyRep.Type |
Supported key types
|
| KeyStoreException |
|
| LastOwnerException |
|
| Layout.Alignment |
|
| Level |
Level objects are used to indicate the level of logging. |
| LineEvent |
|
| LineUnavailableException |
|