Uses of Class
java.lang.Exception
| Package | Description |
|---|---|
| dalvik.system | |
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.lang.reflect | |
| java.net | |
| java.nio | |
| java.nio.channels | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| java.util.logging | |
| java.util.prefs | |
| java.util.regex | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| javax.security.auth.callback |
This package provides classes and interfaces needed to interact with the
application in order to execute the authentication and authorization
processes.
|
| javax.security.auth.login |
This package provides a pluggable and stackable authentication system based on
ideas and concepts from the Unix-PAM module.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| javax.xml.datatype | |
| javax.xml.parsers | |
| javax.xml.transform | |
| javax.xml.xpath | |
| libcore.io | |
| org.apache.commons.codec |
A small set of interfaces used by
the various implementations in the sub-packages.
|
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.harmony.security.asn1 | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.cookie | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.serializer.dom3 | |
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.domapi | |
| org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
| org.bouncycastle.asn1 | |
| org.bouncycastle.cert | |
| org.bouncycastle.cms | |
| org.bouncycastle.crypto | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jce.exception | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.operator | |
| org.bouncycastle.util | |
| org.bouncycastle.util.encoders | |
| org.bouncycastle.util.io | |
| org.bouncycastle.util.io.pem | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.json | |
| org.robovm.rt.bro | |
| org.w3c.dom | |
| org.w3c.dom.ls | |
| org.xml.sax | |
| org.xmlpull.v1 | |
| SQLite |
-
Uses of Exception in dalvik.system
Subclasses of Exception in dalvik.system Modifier and Type Class Description static classBlockGuard.BlockGuardPolicyException -
Uses of Exception in java.io
Subclasses of Exception in java.io Modifier and Type Class Description classCharConversionExceptionThe top level class for character conversion exceptions.classEOFExceptionThrown when a program encounters the end of a file or stream during an input operation.classFileNotFoundExceptionThrown when a file specified by a program cannot be found.classInterruptedIOExceptionSignals that a blocking I/O operation has been interrupted.classInvalidClassExceptionSignals a problem during the serialization or or deserialization of an object.classInvalidObjectExceptionSignals that, during deserialization, the validation of an object has failed.classIOExceptionSignals a general, I/O-related error.classNotActiveExceptionSignals that a serialization-related method has been invoked in the wrong place.classNotSerializableExceptionSignals that an object that is not serializable has been passed into theObjectOutput.writeObject()method.classObjectStreamExceptionSignals some sort of problem during either serialization or deserialization of objects.classOptionalDataExceptionSignals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.classStreamCorruptedExceptionSignals that theObjectInputStream.readObject()method could not read an object due to missing information (for example, a cyclic reference that doesn't match a previous instance, or a missing class descriptor for the object to be loaded).classSyncFailedExceptionSignals that theFileDescriptor.sync()method has failed to complete.classUnsupportedEncodingExceptionThrown when a program asks for a particular character converter that is unavailable.classUTFDataFormatExceptionSignals that an incorrectly encoded UTF-8 string has been encountered, most likely while reading someDataInputStream.classWriteAbortedExceptionSignals that theObjectInputStream.readObject()method has detected an exception marker in the input stream.Fields in java.io declared as Exception Modifier and Type Field Description ExceptionWriteAbortedException. detailThe exception that occured when writeObject() was attempting to serialize the object.Constructors in java.io with parameters of type Exception Constructor Description WriteAbortedException(String detailMessage, Exception rootCause)Constructs a newWriteAbortedExceptionwith its stack trace, detail message and the exception which caused the underlying problem when serializing the object filled in. -
Uses of Exception in java.lang
Subclasses of Exception in java.lang Modifier and Type Class Description classArithmeticExceptionThrown when the an invalid arithmetic operation is attempted.classArrayIndexOutOfBoundsExceptionThrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.classArrayStoreExceptionThrown when a program attempts to store an element of an incompatible type in an array.classClassCastExceptionThrown when a program attempts to cast a an object to a type with which it is not compatible.classClassNotFoundExceptionThrown when a class loader is unable to find a class.classCloneNotSupportedExceptionThrown when a program attempts to clone an object which does not support theCloneableinterface.classEnumConstantNotPresentExceptionThrown if anenumconstant does not exist for a particular name.classIllegalAccessExceptionThrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.classIllegalArgumentExceptionThrown when a method is invoked with an argument which it can not reasonably deal with.classIllegalMonitorStateExceptionThrown 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 does not own.classIllegalStateExceptionThrown when an action is attempted at a time when the VM is not in the correct state.classIllegalThreadStateExceptionThrown when an operation is attempted which is not possible given the state that the executing thread is in.classIndexOutOfBoundsExceptionThrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.classInstantiationExceptionThrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.classInterruptedExceptionThrown when a waiting thread is activated before the condition it was waiting for has been satisfied.classNegativeArraySizeExceptionThrown when an attempt is made to create an array with a size of less than zero.classNoSuchFieldExceptionThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchMethodExceptionThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.classNullPointerExceptionThrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points tonull.classNumberFormatExceptionThrown when an invalid value is passed to a string-to-number conversion method.classReflectiveOperationExceptionSuperclass of exceptions related to reflection.classRuntimeExceptionRuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.classSecurityExceptionThrown when a security manager check fails.classStringIndexOutOfBoundsExceptionThrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array.classTypeNotPresentExceptionThrown when a program tries to access a class, interface, enum or annotation type through a string that contains the type's name and the type cannot be found.classUnsupportedOperationExceptionThrown when an unsupported operation is attempted. -
Uses of Exception in java.lang.annotation
Subclasses of Exception in java.lang.annotation Modifier and Type Class Description classAnnotationTypeMismatchExceptionIndicates that an annotation type has changed since it was compiled or serialized.classIncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. -
Uses of Exception in java.lang.reflect
Subclasses of Exception in java.lang.reflect Modifier and Type Class Description classInvocationTargetExceptionThis class provides a wrapper for an exception thrown by aMethodorConstructorinvocation.classMalformedParameterizedTypeExceptionIndicates that a malformed parameterized type has been encountered by a reflective method.classUndeclaredThrowableExceptionThis class provides a wrapper for an undeclared, checked exception thrown by an InvocationHandler. -
Uses of Exception in java.net
Subclasses of Exception in java.net Modifier and Type Class Description classBindExceptionABindExceptionis thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.classConnectExceptionAConnectExceptionis thrown if a connection cannot be established to a remote host on a specific port.classHttpRetryExceptionIf a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically.classMalformedURLExceptionThis exception is thrown when a program attempts to create an URL from an incorrect specification.classNoRouteToHostExceptionTheNoRouteToHostExceptionwill be thrown while attempting to connect to a remote host but the host cannot be reached for instance because of a badly configured router or a blocking firewall.classPortUnreachableExceptionThisPortUnreachableExceptionwill be thrown if anICMP_Port_Unreachablemessage has been received.classProtocolExceptionSignals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred.classSocketExceptionThisSocketExceptionmay be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.classSocketTimeoutExceptionThis exception is thrown when a timeout expired on a socketreadoracceptoperation.classUnknownHostExceptionThrown when a hostname can not be resolved.classUnknownServiceExceptionIs thrown if no appropriateContentHandlercould be found for a particular service requested by the URL connection.classURISyntaxExceptionAURISyntaxExceptionwill be thrown if some information could not be parsed while creating a URI. -
Uses of Exception in java.nio
Subclasses of Exception in java.nio Modifier and Type Class Description classBufferOverflowExceptionABufferOverflowExceptionis thrown when elements are written to a buffer but there is not enough remaining space in the buffer.classBufferUnderflowExceptionABufferUnderflowExceptionis thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.classInvalidMarkExceptionAnInvalidMarkExceptionis thrown whenreset()is called on a buffer, but no mark has been set previously.classReadOnlyBufferExceptionAReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer. -
Uses of Exception in java.nio.channels
Subclasses of Exception in java.nio.channels Modifier and Type Class Description classAlreadyConnectedExceptionAnAlreadyConnectedExceptionis thrown when an attempt is made to connect a SocketChannel that is already connected.classAsynchronousCloseExceptionAnAsynchronousCloseExceptionis thrown when the underlying channel for an I/O operation is closed by another thread.classCancelledKeyExceptionACancelledKeyExceptionis thrown when an invalid selection key is used.classClosedByInterruptExceptionAClosedByInterruptExceptionis thrown when a thread is interrupted in a blocking I/O operation.classClosedChannelExceptionAClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.classClosedSelectorExceptionAClosedSelectorExceptionis thrown when aselectoris closed and an I/O operation is attempted.classConnectionPendingExceptionAConnectionPendingExceptionis thrown when an attempt is made to connect aSocketChannelthat has a non-blocking connection already underway.classFileLockInterruptionExceptionAFileLockInterruptionExceptionis thrown when a thread is interrupted while waiting to acquire a file lock.classIllegalBlockingModeExceptionAnIllegalBlockingModeExceptionis thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.classIllegalSelectorExceptionAnIllegalSelectorExceptionis thrown when a call is made to register a channel on a selector that has been created by a different provider.classNoConnectionPendingExceptionANoConnectionPendingExceptionis thrown ifSocketChannel'sfinishConnectmethod is called before theSocketChannel'sSocketChannel.connect(java.net.SocketAddress)connect} method completed without error.classNonReadableChannelExceptionANonReadableChannelExceptionis thrown when attempting to read from a channel that is not open for reading.classNonWritableChannelExceptionANonWritableChannelExceptionis thrown when attempting to write to a channel that is not open for writing.classNotYetBoundExceptionANotYetBoundExceptionis thrown if the server socket channel is not bound before an I/O operation is made.classNotYetConnectedExceptionANotYetConnectedExceptionis thrown if the socket channel is not connected before an I/O operation is invoked.classOverlappingFileLockExceptionAnOverlappingFileLockExceptionis thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.classUnresolvedAddressExceptionAnUnresolvedAddressExceptionis thrown when trying to use an unresolved network address in a network operation.classUnsupportedAddressTypeExceptionAnUnsupportedAddressTypeExceptionis thrown when connecting or binding to an unsupported address type. -
Uses of Exception in java.nio.charset
Subclasses of Exception in java.nio.charset Modifier and Type Class Description classCharacterCodingExceptionACharacterCodingExceptionis thrown when an encoding or decoding error occurs.classIllegalCharsetNameExceptionAnIllegalCharsetNameExceptionis thrown when an illegal charset name is encountered.classMalformedInputExceptionAMalformedInputExceptionis thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.classUnmappableCharacterExceptionAnUnmappableCharacterExceptionis thrown when an unmappable character for the given charset is encountered.classUnsupportedCharsetExceptionAnUnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered.Constructors in java.nio.charset with parameters of type Exception Constructor Description CoderMalfunctionError(Exception ex)Constructs a newCoderMalfunctionError. -
Uses of Exception in java.security
Subclasses of Exception in java.security Modifier and Type Class Description classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.classDigestExceptionDigestExceptionis a general message digest exception.classGeneralSecurityExceptionGeneralSecurityExceptionis a general security exception and the superclass for all security specific exceptions.classInvalidAlgorithmParameterExceptionInvalidAlgorithmParameterExceptionindicates the occurrence of invalid algorithm parameters.classInvalidKeyExceptionInvalidKeyExceptionindicates exceptional conditions, caused by an invalid key.classInvalidParameterExceptionInvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters.classKeyExceptionKeyExceptionis the common superclass of all key related exceptions.classKeyManagementExceptionKeyManagementExceptionis a general exception, thrown to indicate an exception during processing an operation concerning key management.classKeyStoreExceptionKeyStoreExceptionis a generalKeyStoreexception.classNoSuchAlgorithmExceptionNoSuchAlgorithmExceptionindicates that a requested algorithm could not be found.classNoSuchProviderExceptionNoSuchProviderExceptionindicates that a requested security provider could not be found.classPrivilegedActionExceptionLegacy security code; do not use.classProviderExceptionProviderExceptionis a general exception, thrown by securityProviders.classSignatureExceptionSignatureExceptionis a generalSignatureexception.classUnrecoverableEntryExceptionUnrecoverableEntryExceptionindicates, that aKeyStore.Entrycannot be recovered from aKeyStore.classUnrecoverableKeyExceptionUnrecoverableKeyExceptionindicates, that a key cannot be recovered from aKeyStore.Methods in java.security that return Exception Modifier and Type Method Description ExceptionPrivilegedActionException. getException()Methods in java.security that throw Exception Modifier and Type Method Description TPrivilegedExceptionAction. run()Constructors in java.security with parameters of type Exception Constructor Description PrivilegedActionException(Exception ex) -
Uses of Exception in java.security.acl
Subclasses of Exception in java.security.acl Modifier and Type Class Description classAclNotFoundExceptionThe exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made.classLastOwnerExceptionThe exception that is thrown when an attempt is made to remove the the lastOwnerfrom anOwner.classNotOwnerExceptionThe exception that is thrown when an action that requires ownership is attempted by a principal that is not an owner of the object for which ownership is required. -
Uses of Exception in java.security.cert
Subclasses of Exception in java.security.cert Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid or will not yet be valid on a specified date.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed.classCertPathBuilderExceptionThe exception that is thrown when aCertPathBuildermethod fails.classCertPathValidatorExceptionThe exception that is thrown when a certification path (or certificate chain) cannot be validated.classCertStoreExceptionThe exception that is thrown when an access to aCertStorefails.classCRLExceptionThe exception that is thrown if errors occur during handling ofCRLs. -
Uses of Exception in java.security.spec
Subclasses of Exception in java.security.spec Modifier and Type Class Description classInvalidKeySpecExceptionThe exception that is thrown when an invalid key specification is encountered.classInvalidParameterSpecExceptionThe exception that is thrown when an invalid parameter specification is encountered. -
Uses of Exception in java.sql
Subclasses of Exception in java.sql Modifier and Type Class Description classBatchUpdateExceptionThis exception is thrown if a problem occurs during a batch update operation.classDataTruncationAn exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading (resulting in warning), or when writing data (resulting in an error).classSQLClientInfoExceptionAn exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.classSQLDataExceptionAn exception, which is subclass of SQLException, is thrown when various data errors arise.classSQLExceptionAn exception that indicates a failed JDBC operation.classSQLFeatureNotSupportedExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the JDBC driver does not support an optional JDBC feature.classSQLIntegrityConstraintViolationExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the an integrity constraint (foreign key, primary key or unique key) has been violated.classSQLInvalidAuthorizationSpecExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when the authorization credentials presented during connection establishment are not valid.classSQLNonTransientConnectionExceptionAn exception, which is subclass of SQLException, is thrown when the connection operation that failed will not succeed when the operation is retried without the cause of the failure being corrected.classSQLNonTransientExceptionclassSQLRecoverableExceptionclassSQLSyntaxErrorExceptionclassSQLTimeoutExceptionclassSQLTransactionRollbackExceptionclassSQLTransientConnectionExceptionclassSQLTransientExceptionclassSQLWarningAn exception class that holds information about Database access warnings. -
Uses of Exception in java.text
Subclasses of Exception in java.text Modifier and Type Class Description classParseExceptionThrown when the string being parsed is not in the correct form. -
Uses of Exception in java.util
Subclasses of Exception in java.util Modifier and Type Class Description classConcurrentModificationExceptionAnConcurrentModificationExceptionis thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.classDuplicateFormatFlagsExceptionThe unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.classEmptyStackExceptionAnEmptyStackExceptionis thrown if the pop/peek method of a stack is executed on an empty stack.classFormatFlagsConversionMismatchExceptionAFormatFlagsConversionMismatchExceptionwill be thrown if a conversion and the flags are incompatible.classFormatterClosedExceptionAFormatterClosedExceptionwill be thrown if the formatter has been closed.classIllegalFormatCodePointExceptionAnIllegalFormatCodePointExceptionwill be thrown if an invalid Unicode code point (defined byCharacter.isValidCodePoint(int)) is passed as a parameter to a Formatter.classIllegalFormatConversionExceptionAnIllegalFormatConversionExceptionwill be thrown when the parameter is incompatible with the corresponding format specifier.classIllegalFormatExceptionAnIllegalFormatExceptionis thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter.classIllegalFormatFlagsExceptionAnIllegalFormatFlagsExceptionwill be thrown if the combination of the format flags is illegal.classIllegalFormatPrecisionExceptionAnIllegalFormatPrecisionExceptionwill be thrown if the precision is a negative other than -1 or in other cases where precision is not supported.classIllegalFormatWidthExceptionAnIllegalFormatWidthExceptionwill be thrown if the width is a negative value other than -1 or in other cases where a width is not supported.classInputMismatchExceptionAnInputMismatchExceptionis 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.classInvalidPropertiesFormatExceptionAnInvalidPropertiesFormatExceptionis thrown if loading the XML document defining the properties does not follow thePropertiesspecification.classMissingFormatArgumentExceptionAMissingFormatArgumentExceptionwill be thrown if there is no corresponding argument with the specified conversion or an argument index that refers to a missing argument.classMissingFormatWidthExceptionAMissingFormatWidthExceptionwill be thrown if the format width is missing but is required.classMissingResourceExceptionAMissingResourceExceptionis thrown by ResourceBundle when a resource bundle cannot be found or a resource is missing from a resource bundle.classNoSuchElementExceptionThrown when trying to retrieve an element past the end of an Enumeration or Iterator.classTooManyListenersExceptionATooManyListenersExceptionis thrown when an attempt is made to add more than one listener to an event source which only supports a single listener.classUnknownFormatConversionExceptionAnUnknownFormatConversionExceptionwill be thrown if the format conversion is unknown.classUnknownFormatFlagsExceptionAnUnknownFormatFlagsExceptionwill be thrown if there is an unknown flag. -
Uses of Exception in java.util.concurrent
Subclasses of Exception in java.util.concurrent Modifier and Type Class Description classBrokenBarrierExceptionException 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.classCancellationExceptionException indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.classExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.classRejectedExecutionExceptionException thrown by anExecutorwhen a task cannot be accepted for execution.classTimeoutExceptionException thrown when a blocking operation times out.Methods in java.util.concurrent that throw Exception Modifier and Type Method Description VCallable. call()Computes a result, or throws an exception if unable to do so. -
Uses of Exception in java.util.jar
Subclasses of Exception in java.util.jar Modifier and Type Class Description classJarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file. -
Uses of Exception in java.util.logging
Methods in java.util.logging with parameters of type Exception Modifier and Type Method Description voidErrorManager. error(String message, Exception exception, int errorCode)Reports an error using the given message, exception and error code.protected voidHandler. reportError(String msg, Exception ex, int code)Reports an error to the error manager associated with this handler,ErrorManageris used for that purpose. -
Uses of Exception in java.util.prefs
Subclasses of Exception in java.util.prefs Modifier and Type Class Description classBackingStoreExceptionAn exception to indicate that an error was encountered while accessing the backing store.classInvalidPreferencesFormatExceptionAn exception to indicate that the input XML file is not well-formed or could not be validated against the appropriate document type (specified by in thePreferences). -
Uses of Exception in java.util.regex
Subclasses of Exception in java.util.regex Modifier and Type Class Description classPatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of aPattern. -
Uses of Exception in java.util.zip
Subclasses of Exception in java.util.zip Modifier and Type Class Description classDataFormatExceptionDataFormatExceptionis used to indicate an error in the format of a particular data stream which is to be uncompressed.classZipExceptionThis runtime exception is thrown byZipFileandZipInputStreamwhen the file or stream is not a valid zip file. -
Uses of Exception in javax.crypto
Subclasses of Exception in javax.crypto Modifier and Type Class Description classAEADBadTagExceptionThrown by aCipherthat is using an Authenticated Encryption with Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag failed verification.classBadPaddingExceptionThe exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.classExemptionMechanismExceptionThis is the base class forExemptionMechanismException.classIllegalBlockSizeExceptionThe exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.classNoSuchPaddingExceptionThe exception that is thrown when the requested padding mechanism is not supported.classShortBufferExceptionThe exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Uses of Exception in javax.net.ssl
Subclasses of Exception in javax.net.ssl Modifier and Type Class Description classSSLExceptionThe base class for all SSL related exceptions.classSSLHandshakeExceptionThe exception that is thrown when a handshake could not be completed successfully.classSSLKeyExceptionThe exception that is thrown when an invalid SSL key is encountered.classSSLPeerUnverifiedExceptionThe exception that is thrown when the identity of a peer has not been verified.classSSLProtocolExceptionThe exception that is thrown when an error in the operation of the SSL protocol is encountered. -
Uses of Exception in javax.security.auth
Subclasses of Exception in javax.security.auth Modifier and Type Class Description classDestroyFailedExceptionSignals that theDestroyable.destroy()method failed. -
Uses of Exception in javax.security.auth.callback
Subclasses of Exception in javax.security.auth.callback Modifier and Type Class Description classUnsupportedCallbackExceptionThrown when aCallbackHandlerdoes not support a particularCallback. -
Uses of Exception in javax.security.auth.login
Subclasses of Exception in javax.security.auth.login Modifier and Type Class Description classLoginExceptionBase class for exceptions that are thrown when a login error occurs. -
Uses of Exception in javax.security.cert
Subclasses of Exception in javax.security.cert Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed. -
Uses of Exception in javax.xml.datatype
Subclasses of Exception in javax.xml.datatype Modifier and Type Class Description classDatatypeConfigurationExceptionIndicates a serious configuration error. -
Uses of Exception in javax.xml.parsers
Subclasses of Exception in javax.xml.parsers Modifier and Type Class Description classParserConfigurationExceptionIndicates a serious configuration error.Methods in javax.xml.parsers that return Exception Modifier and Type Method Description ExceptionFactoryConfigurationError. getException()Return the actual exception (if any) that caused this exception to be raised.Constructors in javax.xml.parsers with parameters of type Exception Constructor Description FactoryConfigurationError(Exception e)Create a newFactoryConfigurationErrorwith a givenExceptionbase cause of the error.FactoryConfigurationError(Exception e, String msg)Create a newFactoryConfigurationErrorwith the givenExceptionbase cause and detail message. -
Uses of Exception in javax.xml.transform
Subclasses of Exception in javax.xml.transform Modifier and Type Class Description classTransformerConfigurationExceptionIndicates a serious configuration error.classTransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.Methods in javax.xml.transform that return Exception Modifier and Type Method Description ExceptionTransformerFactoryConfigurationError. getException()Return the actual exception (if any) that caused this exception to be raised.Constructors in javax.xml.transform with parameters of type Exception Constructor Description TransformerFactoryConfigurationError(Exception e)Create a newTransformerFactoryConfigurationErrorwith a givenExceptionbase cause of the error.TransformerFactoryConfigurationError(Exception e, String msg)Create a newTransformerFactoryConfigurationErrorwith the givenExceptionbase cause and detail message. -
Uses of Exception in javax.xml.xpath
Subclasses of Exception in javax.xml.xpath Modifier and Type Class Description classXPathExceptionXPathExceptionrepresents a generic XPath exception.classXPathExpressionExceptionXPathExpressionExceptionrepresents an error in an XPath expression.classXPathFactoryConfigurationExceptionXPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.classXPathFunctionExceptionXPathFunctionExceptionrepresents an error with an XPath function. -
Uses of Exception in libcore.io
Subclasses of Exception in libcore.io Modifier and Type Class Description classErrnoExceptionA checked exception thrown whenOsmethods fail.classGaiException -
Uses of Exception in org.apache.commons.codec
Subclasses of Exception in org.apache.commons.codec Modifier and Type Class Description classDecoderExceptionThrown when a Decoder has encountered a failure condition during a decode.classEncoderExceptionThrown when there is a failure condition during the encoding process. -
Uses of Exception in org.apache.commons.logging
Subclasses of Exception in org.apache.commons.logging Modifier and Type Class Description classLogConfigurationExceptionAn exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods. -
Uses of Exception in org.apache.harmony.security.asn1
Subclasses of Exception in org.apache.harmony.security.asn1 Modifier and Type Class Description classASN1ExceptionThrown by decoder/encoder stream to indicate violation of encoding rules. -
Uses of Exception in org.apache.http
Subclasses of Exception in org.apache.http Modifier and Type Class Description classConnectionClosedExceptionIndicates that a connection has been closed.classHttpExceptionSignals that an HTTP exception has occurred.classMalformedChunkCodingExceptionSignals a malformed chunked stream.classMethodNotSupportedExceptionIndicates that an HTTP method is not supported.classNoHttpResponseExceptionSignals that the target server failed to respond with a valid HTTP response.classParseExceptionIndicates a parse error.classProtocolExceptionSignals that an HTTP protocol violation has occurred.classUnsupportedHttpVersionExceptionIndicates an unsupported version of the HTTP protocol. -
Uses of Exception in org.apache.http.auth
Subclasses of Exception in org.apache.http.auth Modifier and Type Class Description classAuthenticationExceptionSignals a failure in authentication processclassInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidclassMalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given context -
Uses of Exception in org.apache.http.client
Subclasses of Exception in org.apache.http.client Modifier and Type Class Description classCircularRedirectExceptionSignals a circular redirectclassClientProtocolExceptionSignals an error in the HTTP protocol.classHttpResponseExceptionSignals a non 2xx HTTP response.classNonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity.classRedirectExceptionSignals violation of HTTP specification caused by an invalid redirect -
Uses of Exception in org.apache.http.conn
Subclasses of Exception in org.apache.http.conn Modifier and Type Class Description classConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.classConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.classHttpHostConnectExceptionAConnectExceptionthat specifies theHttpHostthat was being connected to. -
Uses of Exception in org.apache.http.cookie
Subclasses of Exception in org.apache.http.cookie Modifier and Type Class Description classMalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context -
Uses of Exception in org.apache.http.impl.auth
Subclasses of Exception in org.apache.http.impl.auth Modifier and Type Class Description classNTLMEngineExceptionSignals NTLM protocol failure.classUnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalid -
Uses of Exception in org.apache.http.impl.client
Subclasses of Exception in org.apache.http.impl.client Modifier and Type Class Description classTunnelRefusedException -
Uses of Exception in org.apache.http.impl.cookie
Subclasses of Exception in org.apache.http.impl.cookie Modifier and Type Class Description classDateParseExceptionAn exception to indicate an error parsing a date string. -
Uses of Exception in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type Exception Modifier and Type Method Description protected voidStylesheetHandler. error(String msg, Exception e)Tell the user of an error, and probably throw an exception.protected voidStylesheetHandler. error(String msg, Object[] args, Exception e)Tell the user of an error, and probably throw an exception. -
Uses of Exception in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return Exception Modifier and Type Method Description ExceptionTransformerImpl. getExceptionThrown()Get the exception thrown by the secondary thread (normally the transform thread).Methods in org.apache.xalan.transformer with parameters of type Exception Modifier and Type Method Description voidMsgMgr. error(SourceLocator srcLctr, String msg, Exception e)Tell the user of an error, and probably throw an exception.voidMsgMgr. error(SourceLocator srcLctr, String msg, Object[] args, Exception e)Tell the user of an error, and probably throw an exception.voidTransformerImpl. setExceptionThrown(Exception e)Set the exception thrown by the secondary thread (normally the transform thread). -
Uses of Exception in org.apache.xml.dtm
Subclasses of Exception in org.apache.xml.dtm Modifier and Type Class Description classDTMConfigurationExceptionIndicates a serious configuration error.classDTMDOMExceptionSimple implementation of DOMException.classDTMExceptionThis class specifies an exceptional condition that occured in the DTM module. -
Uses of Exception in org.apache.xml.dtm.ref
Subclasses of Exception in org.apache.xml.dtm.ref Modifier and Type Class Description classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException. -
Uses of Exception in org.apache.xml.serializer.dom3
Constructors in org.apache.xml.serializer.dom3 with parameters of type Exception Constructor Description DOMErrorImpl(short severity, String message, String type, Exception exception)DOMErrorImpl(short severity, String message, String type, Exception exception, Object relatedData, org.apache.xml.serializer.dom3.DOMLocatorImpl location) -
Uses of Exception in org.apache.xml.serializer.utils
Subclasses of Exception in org.apache.xml.serializer.utils Modifier and Type Class Description classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods.Methods in org.apache.xml.serializer.utils that return Exception Modifier and Type Method Description ExceptionWrappedRuntimeException. getException()Get the checked exception that this runtime exception wraps.Constructors in org.apache.xml.serializer.utils with parameters of type Exception Constructor Description WrappedRuntimeException(Exception e)Construct a WrappedRuntimeException from a checked exception.WrappedRuntimeException(String msg, Exception e)Constructor WrappedRuntimeException -
Uses of Exception in org.apache.xml.utils
Subclasses of Exception in org.apache.xml.utils Modifier and Type Class Description classStopParseExceptionThis is a special exception that is used to stop parsing when search for an element.static classURI.MalformedURIExceptionMalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods.Methods in org.apache.xml.utils that return Exception Modifier and Type Method Description ExceptionWrappedRuntimeException. getException()Get the checked exception that this runtime exception wraps.Methods in org.apache.xml.utils that throw Exception Modifier and Type Method Description voidNodeVector. sort()Sort an array using a quicksort algorithm.voidNodeVector. sort(int[] a, int lo0, int hi0)Sort an array using a quicksort algorithm.Constructors in org.apache.xml.utils with parameters of type Exception Constructor Description WrappedRuntimeException(Exception e)Construct a WrappedRuntimeException from a checked exception.WrappedRuntimeException(String msg, Exception e)Constructor WrappedRuntimeException -
Uses of Exception in org.apache.xpath
Subclasses of Exception in org.apache.xpath Modifier and Type Class Description classFoundIndexClass to let us know when it's time to do a search from the parent because of indexing.classXPathExceptionThis class implements an exception object that all XPath classes will throw in case of an error.classXPathProcessorExceptionDerived from XPathException in order that XPath processor exceptions may be specifically caught.Fields in org.apache.xpath declared as Exception Modifier and Type Field Description protected ExceptionXPathException. m_exceptionA nested exception.Constructors in org.apache.xpath with parameters of type Exception Constructor Description XPathException(String message, Exception e)Create an XPathException object that holds an error message, and another exception that caused this exception.XPathException(String message, Node styleNode, Exception e)Create an XPathException object that holds an error message, the stylesheet node that the error originated from, and another exception that caused this exception.XPathProcessorException(String message, Exception e)Create an XPathProcessorException object that holds an error message, and another exception that caused this exception. -
Uses of Exception in org.apache.xpath.domapi
Subclasses of Exception in org.apache.xpath.domapi Modifier and Type Class Description classXPathStylesheetDOM3ExceptionA new exception to add support for DOM Level 3 XPath API. -
Uses of Exception in org.apache.xpath.functions
Subclasses of Exception in org.apache.xpath.functions Modifier and Type Class Description classWrongNumberArgsExceptionAn exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet. -
Uses of Exception in org.bouncycastle.asn1
Subclasses of Exception in org.bouncycastle.asn1 Modifier and Type Class Description classASN1ExceptionclassASN1ParsingException -
Uses of Exception in org.bouncycastle.cert
Subclasses of Exception in org.bouncycastle.cert Modifier and Type Class Description classCertExceptionGeneral checked Exception thrown in the cert package and its sub-packages.classCertIOExceptionGeneral IOException thrown in the cert package and its sub-packages. -
Uses of Exception in org.bouncycastle.cms
Subclasses of Exception in org.bouncycastle.cms Modifier and Type Class Description classCMSAttributeTableGenerationExceptionclassCMSExceptionclassCMSRuntimeExceptionclassCMSSignerDigestMismatchExceptionclassCMSVerifierCertificateNotValidExceptionMethods in org.bouncycastle.cms that return Exception Modifier and Type Method Description ExceptionCMSAttributeTableGenerationException. getUnderlyingException()ExceptionCMSException. getUnderlyingException()ExceptionCMSRuntimeException. getUnderlyingException()Constructors in org.bouncycastle.cms with parameters of type Exception Constructor Description CMSAttributeTableGenerationException(String name, Exception e)CMSException(String msg, Exception e)CMSRuntimeException(String name, Exception e) -
Uses of Exception in org.bouncycastle.crypto
Subclasses of Exception in org.bouncycastle.crypto Modifier and Type Class Description classCryptoExceptionthe foundation class for the hard exceptions thrown by the crypto packages.classDataLengthExceptionthis exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.classInvalidCipherTextExceptionthis exception is thrown whenever we find something we don't expect in a message.classOutputLengthExceptionclassRuntimeCryptoExceptionthe foundation class for the exceptions thrown by the crypto packages. -
Uses of Exception in org.bouncycastle.jcajce.provider.asymmetric.util
Subclasses of Exception in org.bouncycastle.jcajce.provider.asymmetric.util Modifier and Type Class Description classExtendedInvalidKeySpecException -
Uses of Exception in org.bouncycastle.jce.exception
Subclasses of Exception in org.bouncycastle.jce.exception Modifier and Type Class Description classExtCertPathBuilderExceptionclassExtCertPathValidatorException -
Uses of Exception in org.bouncycastle.jce.provider
Subclasses of Exception in org.bouncycastle.jce.provider Modifier and Type Class Description classAnnotatedExceptionclassPKIXNameConstraintValidatorException -
Uses of Exception in org.bouncycastle.operator
Subclasses of Exception in org.bouncycastle.operator Modifier and Type Class Description classOperatorCreationExceptionclassOperatorExceptionclassOperatorStreamExceptionclassRuntimeOperatorException -
Uses of Exception in org.bouncycastle.util
Subclasses of Exception in org.bouncycastle.util Modifier and Type Class Description classStoreException -
Uses of Exception in org.bouncycastle.util.encoders
Subclasses of Exception in org.bouncycastle.util.encoders Modifier and Type Class Description classDecoderExceptionclassEncoderException -
Uses of Exception in org.bouncycastle.util.io
Subclasses of Exception in org.bouncycastle.util.io Modifier and Type Class Description classStreamOverflowException -
Uses of Exception in org.bouncycastle.util.io.pem
Subclasses of Exception in org.bouncycastle.util.io.pem Modifier and Type Class Description classPemGenerationException -
Uses of Exception in org.bouncycastle.x509
Subclasses of Exception in org.bouncycastle.x509 Modifier and Type Class Description classNoSuchStoreException -
Uses of Exception in org.conscrypt
Subclasses of Exception in org.conscrypt Modifier and Type Class Description classAlertExceptionThis exception is used to signal that a fatal alert has occurred while working through the protocol.classEndOfBufferExceptionThis exception indicates that data could not be read from the stream because the underlying input stream reached its end.classEndOfSourceExceptionThis exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.classPinEntryExceptionFields in org.conscrypt declared as Exception Modifier and Type Field Description protected ExceptionHandshakeProtocol. delegatedTaskErrException occured in delegated taskMethods in org.conscrypt with parameters of type Exception Modifier and Type Method Description protected voidHandshakeProtocol. fatalAlert(byte description, String reason, Exception cause)Sends fatal alert, breaks execution -
Uses of Exception in org.json
Subclasses of Exception in org.json Modifier and Type Class Description classJSONExceptionThrown to indicate a problem with the JSON API. -
Uses of Exception in org.robovm.rt.bro
Subclasses of Exception in org.robovm.rt.bro Modifier and Type Class Description classEnumConstantMissingExceptionException to be thrown byValuedEnumin case it is not able marshal native to enum due missing value in enum -
Uses of Exception in org.w3c.dom
Subclasses of Exception in org.w3c.dom Modifier and Type Class Description classDOMExceptionDOM 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). -
Uses of Exception in org.w3c.dom.ls
Subclasses of Exception in org.w3c.dom.ls Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped. -
Uses of Exception in org.xml.sax
Subclasses of Exception in org.xml.sax Modifier and Type Class Description classSAXExceptionEncapsulate a general SAX error or warning.classSAXNotRecognizedExceptionException class for an unrecognized identifier.classSAXNotSupportedExceptionException class for an unsupported operation.classSAXParseExceptionEncapsulate an XML parse error or warning.Methods in org.xml.sax that return Exception Modifier and Type Method Description ExceptionSAXException. getException()Return the embedded exception, if any.Constructors in org.xml.sax with parameters of type Exception Constructor Description SAXException(Exception e)Create a new SAXException wrapping an existing exception.SAXException(String message, Exception e)Create a new SAXException from an existing exception.SAXParseException(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e)Create a new SAXParseException with an embedded exception.SAXParseException(String message, Locator locator, Exception e)Wrap an existing exception in a SAXParseException. -
Uses of Exception in org.xmlpull.v1
Subclasses of Exception in org.xmlpull.v1 Modifier and Type Class Description classXmlPullParserExceptionThis exception is thrown to signal XML Pull Parser related faults. -
Uses of Exception in SQLite