Uses of Class java.lang.RuntimeException

Uses in package org.omg.CORBA.portable

Classes derived from java.lang.RuntimeException

class
This exception is thrown when reading from the ORBs input streams certain specific data layouts (object recursive references to itself).
class
The wrapper of the arbitrary exception into the System exception.

Uses in package java.awt.dnd

Classes derived from java.lang.RuntimeException

class
Thrown when a method in the java.awt.dnd package is unable to perform a requested operation, usually because the underlying DnD system is in the wrong state.

Uses in package java.util

Classes derived from java.lang.RuntimeException

class
Exception that is thrown by the collections classes when it is detected that a modification has been made to a data structure when this is not allowed, such as when a collection is structurally modified while an Iterator is operating over it.
class
This exception is thrown by the Stack class when an attempt is made to pop or otherwise access elements from an empty stack.
class
This exception is thrown when a resource is missing.
class
Exception thrown when an attempt is made to access an element that does not exist.

Uses in package javax.swing.undo

Classes derived from java.lang.RuntimeException

class
An exception which indicates that an editing action cannot be redone.
class
An exception which indicates that an editing action cannot be undone.

Uses in package java.nio

Classes derived from java.lang.RuntimeException

class
class
class
class

Uses in package org.w3c.dom.events

Classes derived from java.lang.RuntimeException

class
Event operations may throw an EventException as specified in their method descriptions.

Uses in package java.awt.color

Classes derived from java.lang.RuntimeException

class
Thrown when there is an error in the native CMM.
class
Thrown when there is an error accessing or processing an ICC_Profile.

Uses in package org.omg.CORBA

Classes derived from java.lang.RuntimeException

class
The ACTIVITY_COMPLETED indicates that the Activity context in which the method call was made has been completed due to a timeout of either the Activity itself or a transaction that encompasses the Activity.
class
The ACTIVITY_REQUIRED system exception indicates that an Activity context was necessary to perform the invoked operation, but one was not found associated with the calling thread.
class
Means that the operation is invoked by a client but the passed context has no values required by this operation.
class
Means that the caller has invoked operations in the wrong order.
class
Means that the object exists but does not support the operation that was invoked on it.
class
The exception thrown when a parameter passed to a call is considered illegal.
class
The BAD_QOS is raised when the object cannot support the quality of service required by an invocation parameter.
class
Means that the some TypeCode has been realized to be invalid (for example, has an invalid TCKind value).
class
Raised when client and server are unable to reach any consensus on which code set should be used to represent the characters.
class
Means that the communication has been lost while an operation was in progress
class
Means that the ORB cannot convert between the marshalled and native data representation.
class
Means errors, related to freing the allocated memory.
class
Means that the server have reached some implementation limit (too many clients, too many references, too long parameters and so on).
class
Mans that the server cannot be initialized because of the some reason.
class
Means the internal failure in ORB.
class
Means errors, related to the interface repository.
class
Raised when the transaction or Activity is resumed in a different context than from which it was suspended.
class
Means that request carried an invalid transaction context.
class
Means invalid flag, passed during operation.
class
Means that some IDL identifier has a wrong syntax.
class
Means that some object reference is internally malformed.
class
This exception is thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.
class
Means that some request or reply from the network has a wrong size or is structurally invalid.
class
Means that while the operation being invoked does exists, no implementation for it exists.
class
Means that the server has runned out of memory.
class
Means that the caller has no rights to invoke the operation.
class
Means that the ORB has reached some general resource limitation like maximal number of the opened connections.
class
Means that the client attempts to retrieve the result that is not yet available.
class
Means an attempt to perform some operation of the deleted object.
class
This exception typically indicates an administrative mismatch.
class
Indicates a persistent storage failure like database crash.
class
Raised on the failure of the requested or implied attempt to rebind an object reference.
class
The root class for all CORBA standard exceptions.
class
Raised when no delivery has been made during the specified timeout duration.
class
Raised when the TransactionPolicy in the IOR is not the same as the current transaction mode.
class
Means that request carried a null transaction context, but an active transaction is required.
class
Means that transaction associated with the request has already been rolled back or marked to roll back.
class
Raised in response to the abnormal termination of the transaction service.
class
Means that the ORB cannot reach the object.
class
Means that the operation implementation has thrown a non-CORBA exception.

Uses in package java.lang.annotation

Classes derived from java.lang.RuntimeException

class
Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place.

Uses in package java.awt.geom

Classes derived from java.lang.RuntimeException

class
Thrown when an operation on a path is in an illegal state, such as appending a segment to a GeneralPath without an initial moveto.

Uses in package javax.print.attribute

Classes derived from java.lang.RuntimeException

class
Exception which is thrown if an operation on an unmodifiable set is invoked.

Uses in package org.w3c.dom.xpath

Classes derived from java.lang.RuntimeException

class
A new exception has been created for exceptions specific to these XPath interfaces.

Uses in package java.rmi

Classes derived from java.lang.RuntimeException

class
Never thrown, but originally intended to wrap a java.lang.SecurityException.

Uses in package org.w3c.dom.ranges

Classes derived from java.lang.RuntimeException

class
Range operations may throw a RangeException as specified in their method descriptions.

Uses in package java.security

Classes derived from java.lang.RuntimeException

class
This exception is thrown when the AccessController denies an attempt to perform an operation.
class
Thrown when an invalid parameter is passed to a method of the JCA/JCE engine classes.
class
This exception indicates that a runtime problem was encounterd with a security provider.

Uses in package java.lang.reflect

Classes derived from java.lang.RuntimeException

class
This exception class is thrown by a Proxy instance if the invoke method of that instance's InvocationHandler attempts to throw an exception that not declared by the throws clauses of all of the interface methods that the proxy instance is implementing.

Uses in package java.nio.channels

Classes derived from java.lang.RuntimeException

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Uses in package java.lang

Classes derived from java.lang.RuntimeException

class
Thrown when a math error has occured, such as trying to divide an integer by zero.
class
Thrown when attempting to access a position outside the valid range of an array.
class
Thrown when trying to store an object of the wrong runtime type in an array.
class
Thrown when an attempt is made to cast an object which is not of the appropriate runtime type.
class
An exception of this type is thrown when a symbolic reference is made to an enum constant which does not exist.
class
Thrown when a method is passed an illegal or inappropriate argument.
class
Thrown when a thread attempts to wait or notify on a monitor that it does not own (ie. it has not synchronized on the object).
class
Thrown when a method is invoked at an illegal or inappropriate time.
class
Thrown When trying to manipulate a Thread which is in an inappropriate state.
class
This exception can be thrown to indicate an attempt to access an index which is out of bounds on objects like String, Array, or Vector.
class
Thrown when an attempt is made to create an array with a negative size.
class
Thrown when attempting to use null where an object is required.
class
Can be thrown when attempting to convert a String to one of the numeric types, but the operation fails because the string has the wrong format.
class
The security manager will throw this exception to indicate a security violation.
class
This exception can be thrown to indicate an attempt to access an index which is out of bounds of a String.
class
Thrown when a type is accessed using a String-based representation, but no definition of the supplied type is found.
class
This exception is thrown by an object when an operation is requested of it that it does not support.

Uses in package java.nio.charset

Classes derived from java.lang.RuntimeException

class
class

Uses in package org.w3c.dom.ls

Classes derived from java.lang.RuntimeException

class
Parser or write operations may throw an LSException if the processing is stopped.

Uses in package javax.swing

Methods which throw type java.lang.RuntimeException

JInternalFrame
This method creates a new JInternalFrame that is in the JLayeredPane which contains the parentComponent given.

Uses in package java.util.regex

Classes derived from java.lang.RuntimeException

class
Indicates illegal pattern for regular expression.

Uses in package org.w3c.dom

Classes derived from java.lang.RuntimeException

class
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).

Uses in package java.awt

Classes derived from java.lang.RuntimeException

class
This exception is thrown when code dependent on a keyboard, mouse, or display is executed in a headless environment.
class
This exception is thrown when the requested operation failed because a component was not in the proper state.

Uses in package java.awt.image

Classes derived from java.lang.RuntimeException

class
This exception is thrown when BufferedImageOp or RasterOp filters cannot process an image.
class
This exception is thrown when there is invalid layout information in Raster