Uses of Class
java.lang.RuntimeException
-
Uses of RuntimeException in dalvik.system
Subclasses of RuntimeException in dalvik.system Modifier and Type Class Description static classBlockGuard.BlockGuardPolicyException -
Uses of RuntimeException in java.lang
Subclasses of RuntimeException 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.classEnumConstantNotPresentExceptionThrown if anenumconstant does not exist for a particular name.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.classNegativeArraySizeExceptionThrown when an attempt is made to create an array with a size of less than zero.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.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 RuntimeException in java.lang.annotation
Subclasses of RuntimeException 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 RuntimeException in java.lang.reflect
Subclasses of RuntimeException in java.lang.reflect Modifier and Type Class Description 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 RuntimeException in java.nio
Subclasses of RuntimeException 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 RuntimeException in java.nio.channels
Subclasses of RuntimeException in java.nio.channels Modifier and Type Class Description classAlreadyConnectedExceptionAnAlreadyConnectedExceptionis thrown when an attempt is made to connect a SocketChannel that is already connected.classCancelledKeyExceptionACancelledKeyExceptionis thrown when an invalid selection key is used.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.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 RuntimeException in java.nio.charset
Subclasses of RuntimeException in java.nio.charset Modifier and Type Class Description classIllegalCharsetNameExceptionAnIllegalCharsetNameExceptionis thrown when an illegal charset name is encountered.classUnsupportedCharsetExceptionAnUnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered. -
Uses of RuntimeException in java.security
Subclasses of RuntimeException in java.security Modifier and Type Class Description classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.classInvalidParameterExceptionInvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters.classProviderExceptionProviderExceptionis a general exception, thrown by securityProviders. -
Uses of RuntimeException in java.util
Subclasses of RuntimeException 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.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.classUnknownFormatConversionExceptionAnUnknownFormatConversionExceptionwill be thrown if the format conversion is unknown.classUnknownFormatFlagsExceptionAnUnknownFormatFlagsExceptionwill be thrown if there is an unknown flag. -
Uses of RuntimeException in java.util.concurrent
Subclasses of RuntimeException in java.util.concurrent Modifier and Type Class Description classCancellationExceptionException indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.classRejectedExecutionExceptionException thrown by anExecutorwhen a task cannot be accepted for execution. -
Uses of RuntimeException in java.util.regex
Subclasses of RuntimeException in java.util.regex Modifier and Type Class Description classPatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of aPattern. -
Uses of RuntimeException in libcore.io
Subclasses of RuntimeException in libcore.io Modifier and Type Class Description classGaiException -
Uses of RuntimeException in org.apache.commons.logging
Subclasses of RuntimeException 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 RuntimeException in org.apache.http
Subclasses of RuntimeException in org.apache.http Modifier and Type Class Description classParseExceptionIndicates a parse error. -
Uses of RuntimeException in org.apache.http.impl.auth
Subclasses of RuntimeException in org.apache.http.impl.auth Modifier and Type Class Description classUnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalid -
Uses of RuntimeException in org.apache.xml.dtm
Subclasses of RuntimeException 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 RuntimeException in org.apache.xml.dtm.ref
Subclasses of RuntimeException in org.apache.xml.dtm.ref Modifier and Type Class Description classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException. -
Uses of RuntimeException in org.apache.xml.serializer.utils
Subclasses of RuntimeException in org.apache.xml.serializer.utils Modifier and Type Class Description classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods. -
Uses of RuntimeException in org.apache.xml.utils
Subclasses of RuntimeException in org.apache.xml.utils Modifier and Type Class Description classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods.Methods in org.apache.xml.utils that throw RuntimeException Modifier and Type Method Description static NodeDOMHelper. getParentOfNode(Node node)Deprecated.Obtain the XPath-model parent of a DOM node -- ownerElement for Attrs, parent for other nodes. -
Uses of RuntimeException in org.apache.xpath
Subclasses of RuntimeException 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. -
Uses of RuntimeException in org.bouncycastle.asn1
Subclasses of RuntimeException in org.bouncycastle.asn1 Modifier and Type Class Description classASN1ParsingException -
Uses of RuntimeException in org.bouncycastle.cms
Subclasses of RuntimeException in org.bouncycastle.cms Modifier and Type Class Description classCMSAttributeTableGenerationExceptionclassCMSRuntimeException -
Uses of RuntimeException in org.bouncycastle.crypto
Subclasses of RuntimeException in org.bouncycastle.crypto Modifier and Type Class Description 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.classOutputLengthExceptionclassRuntimeCryptoExceptionthe foundation class for the exceptions thrown by the crypto packages. -
Uses of RuntimeException in org.bouncycastle.operator
Subclasses of RuntimeException in org.bouncycastle.operator Modifier and Type Class Description classRuntimeOperatorException -
Uses of RuntimeException in org.bouncycastle.util
Subclasses of RuntimeException in org.bouncycastle.util Modifier and Type Class Description classStoreException -
Uses of RuntimeException in org.bouncycastle.util.encoders
Subclasses of RuntimeException in org.bouncycastle.util.encoders Modifier and Type Class Description classDecoderExceptionclassEncoderException -
Uses of RuntimeException in org.conscrypt
Subclasses of RuntimeException 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. -
Uses of RuntimeException in org.robovm.rt.bro
Subclasses of RuntimeException 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 RuntimeException in org.w3c.dom
Subclasses of RuntimeException 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 RuntimeException in org.w3c.dom.ls
Subclasses of RuntimeException in org.w3c.dom.ls Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped.