Java 1.4 Class Documentation Inverted Index

Inverted Index: M

java.lang.ClassFormatError ClassFormatError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
java.lang.UnsupportedClassVersionError UnsupportedClassVersionError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
java.lang.OutOfMemoryError OutOfMemoryError: Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
java.lang.UnsatisfiedLinkError UnsatisfiedLinkError: Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
java.lang.VirtualMachineError VirtualMachineError: Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
java.lang.NoClassDefFoundError NoClassDefFoundError: Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class as part of a normal method call or as part of creating a new instance using the new expression and no definition of the class could be found.
...nio.channels.OverlappingFileLockException OverlappingFileLockException: Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.
java.lang.RuntimeException RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
java.io.DataInputStream DataInputStream: A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
java.io.FileDescriptor FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
java.rmi.dgc.VMID A VMID is a identifier that is unique across all Java virtual machines.
java.lang.OutOfMemoryError OutOfMemoryError: Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
java.lang.ref.WeakReference WeakReference: Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
java.security.acl.AclNotFoundException AclNotFoundException: This is an exception that is thrown whenever a reference is made to a non-existent ACL Access Control List .
...nio.channels.OverlappingFileLockException OverlappingFileLockException: Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.
...directory.InvalidAttributesException InvalidAttributesException: This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
...directory.InvalidAttributeValueException InvalidAttributeValueException: This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
...InvalidAttributeIdentifierException InvalidAttributeIdentifierException: This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
...directory.AttributeModificationException This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's schema definition or the attribute's state.
java.rmi.AlreadyBoundException An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
...channels.UnsupportedAddressTypeException UnsupportedAddressTypeException: Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.
...nio.channels.ConnectionPendingException ConnectionPendingException: Unchecked exception thrown when an attempt is made to connect a {@link SocketChannel} for which a non-blocking connection operation is already in progress.
...nio.channels.AlreadyConnectedException AlreadyConnectedException: Unchecked exception thrown when an attempt is made to connect a {@link SocketChannel} that is already connected.
java.security.acl.LastOwnerException LastOwnerException: This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
java.rmi.NoSuchObjectException A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
...nio.channels.UnresolvedAddressException UnresolvedAddressException: Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.
java.nio.channels.ClosedSelectorException ClosedSelectorException: Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.
java.nio.channels.NotYetBoundException NotYetBoundException: Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.
java.nio.channels.NotYetConnectedException NotYetConnectedException: Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected.
java.nio.channels.ClosedChannelException ClosedChannelException: Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation.
java.rmi.NotBoundException A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
...nio.channels.NonReadableChannelException NonReadableChannelException: Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.
java.nio.channels.IllegalSelectorException IllegalSelectorException: Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
java.nio.InvalidMarkException InvalidMarkException: Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
java.net.InetSocketAddress InetSocketAddress: This class implements an IP Socket Address IP address + port number It can also be a pair hostname + port number , in which case an attempt will be made to resolve the hostname.
java.lang.ArrayStoreException Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
java.nio.channels.CancelledKeyException CancelledKeyException: Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid.
...nio.channels.NonWritableChannelException NonWritableChannelException: Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.
java.net.NetworkInterface NetworkInterface: This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
javax.accessibility.Accessible Interface Accessible is the main interface for the accessibility package.
java.util.logging.LogManager There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
javax.accessibility.AccessibleBundle AccessibleBundle: Base class used to maintain a strongly typed enumeration.
java.util.jar.Manifest The Manifest class is used to maintain Manifest entry names and their associated Attributes.
java.util.zip.CheckedInputStream CheckedInputStream: An input stream that also maintains a checksum of the data being read.
java.util.zip.CheckedOutputStream CheckedOutputStream: An output stream that also maintains a checksum of the data being written.
java.lang.UnsupportedClassVersionError UnsupportedClassVersionError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
java.lang.Cloneable A class implements the Cloneable interface to indicate to the {@link java.lang.Object#clone } method that it is legal for that method to make a field-for-field copy of instances of that class.
...attribute.standard.PrinterMakeAndModel Class PrinterMakeAndModel is a printing attribute class, a text attribute, that the make and model of the printer.
java.beans.SimpleBeanInfo SimpleBeanInfo: This is a support class to make it easier for people to provide BeanInfo classes.
java.security.AccessControlContext An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
...awt.image.SinglePixelPackedSampleModel SinglePixelPackedSampleModel: This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.
java.rmi.activation.ActivationID Activation makes use of special identifiers to denote remote objects that can be activated over time.
java.rmi.ConnectIOException A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.
java.sql.DriverPropertyInfo Driver properties for making a connection.
javax.naming.MalformedLinkException MalformedLinkException: This exception is thrown when a malformed link was encountered while resolving or constructing a link.
java.lang.ClassFormatError ClassFormatError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
java.net.MalformedURLException MalformedURLException: Thrown to indicate that a malformed URL has occurred.
java.io.UTFDataFormatException UTFDataFormatException: Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
java.nio.charset.MalformedInputException   MalformedInputException: Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.
javax.naming.MalformedLinkException   MalformedLinkException: This exception is thrown when a malformed link was encountered while resolving or constructing a link.
java.net.MalformedURLException   MalformedURLException: Thrown to indicate that a malformed URL has occurred.
java.security.AlgorithmParametersSpi AlgorithmParametersSpi: This class defines the Service Provider Interface SPI for the AlgorithmParameters class, which is used to manage algorithm parameters.
...attribute.standard.JobMessageFromOperator Class JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job.
java.security.KeyManagementException This is the general key management exception for all operations dealing with key management.
java.awt.Graphics2D This Graphics2D class extends the {@link Graphics} class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
javax.sql.PooledConnection An object that provides hooks for connection pool management.
java.awt.CardLayout A CardLayout object is a layout manager for a container.
java.rmi.RMISecurityManager RMISecurityManager provides an example security manager for use by RMI applications that use downloaded code.
java.lang.SecurityManager The security manager is a class that allows applications to implement a security policy.
java.awt.GridBagLayout The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
java.awt.GridLayout The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
java.lang.SecurityException SecurityException: Thrown by the security manager to indicate a security violation.
java.util.ListResourceBundle ListResourceBundle is an abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
java.util.PropertyResourceBundle PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
java.sql.DriverManager The basic service for managing a set of JDBC drivers.
java.security.Certificate This is an interface of abstract methods for managing a variety of identity certificates.
java.security.acl.Owner Interface for managing owners of Access Control Lists ACLs or ACL configurations.
java.awt.KeyboardFocusManager The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner.
java.awt.dnd.DragSourceContext The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
java.util.jar.Attributes The Attributes class maps Manifest attribute names to associated string values.
java.util.jar.Manifest The Manifest class is used to maintain Manifest entry names and their associated Attributes.
java.nio.channels.FileChannel FileChannel: A channel for reading, writing, mapping, and manipulating a file.
java.util.Arrays Arrays: This class contains various methods for manipulating arrays such as sorting and searching .
...print.attribute.AttributeSetUtilities Class AttributeSetUtilities provides static methods for manipulating AttributeSets.
java.text.SimpleDateFormat SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
javax.print.SimpleDoc This class is an implementation of interface Doc that can be used in many common printing requests.
java.awt.datatransfer.FlavorMap A two-way Map between "natives" Strings , which correspond to platform- specfic data formats, and "flavors" DataFlavors , which corerspond to platform-independent MIME types.
java.awt.datatransfer.SystemFlavorMap The SystemFlavorMap is a configurable map between "natives" Strings , which correspond to platform-specific data formats, and "flavors" DataFlavors , which correspond to platform-independent MIME types.
java.net.FileNameMap FileNameMap: A simple interface which provides a mechanism to map between a file name and a MIME type string.
java.util.Map.Entry A map entry key-value pair .
java.util.WeakHashMap A hashtable-based Map implementation with weak keys.
java.util.IdentityHashMap This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys and values .
java.util.AbstractMap AbstractMap: This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
java.util.LinkedHashMap Hash table and linked list implementation of the Map interface, with predictable iteration order.
java.util.HashMap Hash table based implementation of the Map interface.
java.util.SortedMap SortedMap: A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys see the Comparable interface , or by a comparator provided at sorted map creation time.
java.awt.datatransfer.FlavorTable A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
java.nio.channels.FileChannel.MapMode   MapMode: A typesafe enumeration for file-mapping modes.
...nio.charset.UnmappableCharacterException UnmappableCharacterException: Checked exception thrown when an input character or byte sequence is valid but cannot be mapped to an output byte or character sequence.
java.nio.MappedByteBuffer   MappedByteBuffer: A direct byte buffer whose content is a memory-mapped region of a file.

java.nio.charset.Charset A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes.
java.awt.image.AffineTransformOp AffineTransformOp: This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster.
java.awt.geom.AffineTransform The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.
java.sql.Struct The standard mapping in the Java programming language for an SQL structured type.
java.sql.Array The mapping in the Java programming language for the SQL type ARRAY.
java.sql.Ref The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
java.sql.Clob The mapping in the JavaTM programming language for the SQL CLOB type.
java.sql.Blob The representation mapping in the JavaTM programming language of an SQL BLOB value.
java.sql.SQLData The interface used for the custom mapping of an SQL user-defined type UDT to a class in the Java programming language.
java.nio.channels.FileChannel FileChannel: A channel for reading, writing, mapping, and manipulating a file.
java.util.Hashtable This class implements a hashtable, which maps keys to values.
java.util.jar.Attributes The Attributes class maps Manifest attribute names to associated string values.
java.io.BufferedInputStream A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
java.nio.InvalidMarkException InvalidMarkException: Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
java.util.RandomAccess RandomAccess: Marker interface used by List implementations to indicate that they support fast generally constant time random access.
...attribute.standard.JobMediaSheetsCompleted Class JobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the entire job so far, whether those sheets have been processed on one side or on both.
javax.xml.transform.stream.StreamSource StreamSource: Acts as an holder for a transformation Source in the form of a stream of XML markup.
javax.rmi.CORBA.ClassDesc ClassDesc: This class is used to marshal java.lang.Class objects over IIOP.
java.rmi.MarshalException A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
java.rmi.activation.ActivationDesc ActivationDesc: An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location the location of the class , a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
java.rmi.MarshalledObject A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
java.rmi.MarshalException A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
java.rmi.ServerRuntimeException From a server executing on JDK 1.1, a ServerRuntimeException is thrown as a result of a remote method invocation when a RuntimeException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
java.awt.event.AWTEventListenerProxy A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask.
java.awt.font.MultipleMaster The MultipleMaster interface represents Type 1 Multiple Master fonts.
java.security.cert.X509CertSelector A CertSelector that selects X509Certificates that match all specified criteria.
java.util.regex.Matcher Matcher: An engine that performs match operations on a {@link java.lang.CharSequence character sequence} by interpreting a {@link Pattern}.
java.rmi.server.SkeletonMismatchException SkeletonMismatchException: This exception is thrown when a call is received that does not match the available skeleton.
java.util.regex.Matcher   Matcher: An engine that performs match operations on a {@link java.lang.CharSequence character sequence} by interpreting a {@link Pattern}.
javax.imageio.spi.ServiceRegistry.Filter A simple filter interface used by ServiceRegistry.getServiceProviders to select providers matching an arbitrary criterion.
java.security.KeyFactory Key factories are used to convert keys opaque cryptographic keys of type Key into key specifications transparent representations of the underlying key material , and vice versa.
java.security.spec.KeySpec A transparent specification of the key material that constitutes a cryptographic key.
java.lang.Math The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
java.awt.image.Kernel The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
java.awt.image.BandCombineOp BandCombineOp: This class performs an arbitrary linear combination of the bands in a Raster, using a specified matrix.
java.security.MessageDigestSpi MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
java.rmi.activation.ActivationSystem The ActivationSystem provides a means for registering groups and "activatable" objects to be activated within those groups.
java.awt.image.BufferedImageFilter The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator {@link BufferedImageOp} to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm.
java.security.DomainCombiner A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.
java.text.MessageFormat MessageFormat provides a means to produce concatenated messages in language-neutral way.
javax.imageio.IIOParamController An interface to be implemented by objects that can determine the settings of an IIOParam object, either by putting up a GUI to obtain values from a user, or by other means.
java.awt.font.FontRenderContext The FontRenderContext class is a container for the information needed to correctly measure text.
java.awt.font.TextMeasurer The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating a TextLayout for a range of characters.
java.beans.beancontext.BeanContextServices The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
javax.accessibility.AccessibleSelection This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
java.rmi.server.LogStream LogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system.
java.awt.geom.PathIterator The PathIterator interface provides the mechanism for objects that implement the {@link java.awt.Shape Shape} interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
org.ietf.jgss.GSSException GSSException: This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
java.net.FileNameMap FileNameMap: A simple interface which provides a mechanism to map between a file name and a MIME type string.
java.awt.datatransfer.Clipboard Clipboard: A class which implements a mechanism to transfer data using cut/copy/paste operations.
java.awt.image.BufferStrategy The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window.
org.ietf.jgss.GSSManager This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
javax.print.attribute.standard.Media Class Media is a printing attribute class that specifies the medium on which to print.
java.awt.MediaTracker The MediaTracker class is a utility class to track the status of a number of media objects.
...print.attribute.standard.SheetCollate Class SheetCollate is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by the {@link Copies Copies} attribute.
...print.attribute.standard.JobMediaSheets Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
...attribute.standard.JobMediaSheetsCompleted Class JobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the entire job so far, whether those sheets have been processed on one side or on both.
...standard.MultipleDocumentHandling Class MultipleDocumentHandling is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.
javax.print.attribute.standard.MediaName Class MediaName is a subclass of Media, a printing attribute class an enumeration that specifies the media for a print job as a name.
javax.print.attribute.standard.MediaTray Class MediaTray is a subclass of Media.
javax.print.attribute.standard.MediaName Class MediaName is a subclass of Media, a printing attribute class an enumeration that specifies the media for a print job as a name.
...attribute.standard.MediaPrintableArea Class MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.
javax.print.attribute.standard.MediaSize Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.
...attribute.standard.MediaSize.Engineering Class MediaSize.Engineering includes {@link MediaSize MediaSize} values for engineering media.
...print.attribute.standard.MediaSize.ISO Class MediaSize.ISO includes {@link MediaSize MediaSize} values for ISO media.
...print.attribute.standard.MediaSize.JIS Class MediaSize.JIS includes {@link MediaSize MediaSize} values for JIS Japanese media.
...print.attribute.standard.MediaSize.Other Class MediaSize.Other includes {@link MediaSize MediaSize} values for miscellaneous media.
...print.attribute.standard.MediaSize.NA Class MediaSize.NA includes {@link MediaSize MediaSize} values for North American media.
...attribute.standard.MediaSize.Engineering Class MediaSize.Engineering includes {@link MediaSize MediaSize} values for engineering media.
...print.attribute.standard.MediaSize.ISO Class MediaSize.ISO includes {@link MediaSize MediaSize} values for ISO media.
...print.attribute.standard.MediaSize.JIS Class MediaSize.JIS includes {@link MediaSize MediaSize} values for JIS Japanese media.
...print.attribute.standard.MediaSize.NA Class MediaSize.NA includes {@link MediaSize MediaSize} values for North American media.
...print.attribute.standard.MediaSize.Other Class MediaSize.Other includes {@link MediaSize MediaSize} values for miscellaneous media.
...print.attribute.standard.MediaSizeName Class MediaSizeName is a subclass of Media.
java.awt.MediaTracker The MediaTracker class is a utility class to track the status of a number of media objects.
javax.print.attribute.standard.MediaTray Class MediaTray is a subclass of Media.
java.awt.PageAttributes.MediaType   MediaType: A type-safe enumeration of possible paper sizes.
java.awt.color.ICC_ProfileGray A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
javax.print.attribute.standard.MediaSize Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.
javax.print.attribute.standard.Media Class Media is a printing attribute class that specifies the medium on which to print.
javax.print.attribute.standard.Sides Class Sides is a printing attribute class, an enumeration, that specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression.
...attribute.standard.PresentationDirection Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the {@link NumberUp NumberUp} attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.
java.awt.color.ICC_ProfileGray A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags.
java.awt.color.ICC_ProfileRGB The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB.
java.lang.reflect.Modifier The Modifier class provides static methods and constants to decode class and member access modifiers.
java.lang.reflect.Member   Member is an interface that reflects identifying information about a single member a field or a method or a constructor.
...beancontext.BeanContextMembershipEvent A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular BeanContext.
...beancontext.BeanContextMembershipListener BeanContextMembershipListener: Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
java.lang.ref.SoftReference SoftReference: Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
java.awt.image.BufferStrategy The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window.
java.lang.OutOfMemoryError OutOfMemoryError: Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
java.util.logging.MemoryHandler Handler that buffers requests in a circular buffer in memory.
java.nio.MappedByteBuffer MappedByteBuffer: A direct byte buffer whose content is a memory-mapped region of a file.
...imageio.stream.MemoryCacheImageInputStream   MemoryCacheImageInputStream: An implementation of ImageInputStream that gets its input from a regular InputStream.
...stream.MemoryCacheImageOutputStream   MemoryCacheImageOutputStream: An implementation of ImageOutputStream that writes its output to a regular OutputStream.
java.awt.MenuBar The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
java.awt.MenuItem All items in a menu must belong to the class MenuItem, or one of its subclasses.
java.awt.Menu A Menu object is a pull-down menu component that is deployed from a menu bar.
java.awt.Choice The Choice class presents a pop-up menu of choices.
java.awt.MenuContainer MenuContainer: The super class of all menu related containers.

java.awt.Menu.AccessibleAWTMenu AccessibleAWTMenu: Inner class of Menu used to provide default support for accessibility.
java.awt.PopupMenu A class that implements a menu which can be dynamically popped up at a specified position within a component.
java.awt.CheckboxMenuItem CheckboxMenuItem: This class represents a check box that can be included in a menu.
java.awt.MenuComponent The abstract class MenuComponent is the superclass of all menu-related components.
java.awt.MenuBar The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
java.awt.MenuBar.AccessibleAWTMenuBar AccessibleAWTMenuBar: Inner class of MenuBar used to provide default support for accessibility.
java.awt.Window A Window object is a top-level window with no borders and no menubar.
java.awt.MenuComponent The abstract class MenuComponent is the superclass of all menu-related components.
java.awt.event.AWTEventListener The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
...MenuComponent.AccessibleAWTMenuComponent AccessibleAWTMenuComponent: Inner class of MenuComponent used to provide default support for accessibility.
java.awt.MenuContainer   MenuContainer: The super class of all menu related containers.
java.awt.MenuItem.AccessibleAWTMenuItem AccessibleAWTMenuItem: Inner class of MenuItem used to provide default support for accessibility.
java.awt.MenuItem All items in a menu must belong to the class MenuItem, or one of its subclasses.
java.awt.MenuShortcut The MenuShortcutclass represents a keyboard accelerator for a MenuItem.
java.awt.MenuShortcut The MenuShortcutclass represents a keyboard accelerator for a MenuItem.
javax.imageio.metadata.IIOMetadataFormat An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
java.security.MessageDigestSpi MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
java.security.DigestException DigestException: This is the generic Message Digest exception.
java.security.DigestOutputStream DigestOutputStream: A transparent stream that updates the associated message digest using the bits going through the stream.
...standard.PrinterMessageFromOperator Class PrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is expected to be available.
...attribute.standard.JobMessageFromOperator Class JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job.
java.net.PortUnreachableException PortUnreachableException: Signals that an ICMP Port Unreachable message has been received on a connected datagram.
java.security.MessageDigest This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
java.security.MessageDigestSpi MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
java.security.MessageDigestSpi   MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
java.text.MessageFormat   MessageFormat provides a means to produce concatenated messages in language-neutral way.
java.text.MessageFormat.Field Field: Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
org.ietf.jgss.MessageProp   MessageProp: This is a utility class used within the per-message GSSContext methods to convey per-message properties.
java.util.logging.Logger A Logger object is used to log messages for a specific system or application component.
java.util.logging.Handler A Handler object takes log messages from a Logger and exports them.
java.text.MessageFormat MessageFormat provides a means to produce concatenated messages in language-neutral way.
java.text.Format Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
...security.auth.callback.TextOutputCallback Underlying security services instantiate and pass a TextOutputCallback to the invokeCallback method of a CallbackHandler to display information messages, warning messages and error messages.
...security.auth.callback.CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
javax.imageio.metadata.IIOMetadataNode IIOMetadataNode: A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the getUserObject and setUserObject methods.
javax.imageio.IIOImage A simple container class to aggregate an image, a set of thumbnail preview images, and an object representing metadata associated with the image.
javax.imageio.metadata.IIOMetadataFormat An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
javax.imageio.metadata.IIOMetadata An abstract class to be extended by objects that represent metadata non-image data associated with images and streams.
javax.imageio.ImageTranscoder An interface providing metadata transcoding capability.
java.lang.reflect.AccessibleObject The AccessibleObject class is the base class for Field, Method and Constructor objects.
java.rmi.UnmarshalException An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a java.io.IOException occurs unmarshalling parameters on the server side or the return value on the client side .
java.lang.NoClassDefFoundError NoClassDefFoundError: Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class as part of a normal method call or as part of creating a new instance using the new expression and no definition of the class could be found.
java.rmi.UnexpectedException An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
java.rmi.UnknownHostException An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
java.lang.NoSuchMethodException NoSuchMethodException: Thrown when a particular method cannot be found.
java.awt.FontFormatException FontFormatException: Thrown by method createFont in the Font class to indicate that the specified font is bad.
java.lang.UnsatisfiedLinkError UnsatisfiedLinkError: Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
javax.naming.TimeLimitExceededException TimeLimitExceededException: This exception is thrown when a method does not terminate within the specified time limit.
java.awt.event.InputMethodEvent InputMethodEvent: Input method events contain information about text that is being composed using an input method.
java.awt.event.InputMethodListener InputMethodListener: The listener interface for receiving input method events.
java.lang.IllegalStateException IllegalStateException: Signals that a method has been invoked at an illegal or inappropriate time.
java.lang.IllegalArgumentException IllegalArgumentException: Thrown to indicate that a method has been passed an illegal or inappropriate argument.
...rmi.CORBA.PortableRemoteObjectDelegate PortableRemoteObjectDelegate: Supports delegation for method implementations in {@link javax.rmi.PortableRemoteObject}.
javax.rmi.CORBA.StubDelegate StubDelegate: Supports delegation for method implementations in {@link Stub}.
javax.rmi.CORBA.UtilDelegate UtilDelegate: Supports delegation for method implementations in {@link Util}.
java.lang.InstantiationException InstantiationException: Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
java.lang.ClassNotFoundException ClassNotFoundException: Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
java.lang.CloneNotSupportedException CloneNotSupportedException: Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
java.lang.InterruptedException InterruptedException: Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
...naming.directory.SchemaViolationException SchemaViolationException: This exception is thrown when a method in some ways violates the schema.
...security.auth.login.AppConfigurationEntry This class represents a single LoginModule entry configured for the application specified in the getAppConfigurationEntry String appName method in the Configuration class.
...lang.reflect.UndeclaredThrowableException Thrown by a method invocation on a proxy instance if its invocation handler's {@link InvocationHandler#invoke invoke} method throws a checked exception a Throwable that is not assignable to RuntimeException or Error that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
java.rmi.ServerException A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
java.rmi.ServerRuntimeException From a server executing on JDK 1.1, a ServerRuntimeException is thrown as a result of a remote method invocation when a RuntimeException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
java.rmi.ServerError A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
java.beans.Statement A Statement object represents a primitive statement in which a single method is applied to a target and a set of arguments - as in "a.setFoo b ".
java.beans.Expression An Expression object represents a primitive expression in which a single method is applied to a target and a set of arguments to return a result - as in "a.getFoo ".
java.rmi.server.ServerNotActiveException An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
java.rmi.activation.UnknownGroupException An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
java.rmi.activation.UnknownObjectException An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
...auth.callback.ConfirmationCallback Underlying security services instantiate and pass a ConfirmationCallback to the invokeCallback method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
...security.auth.callback.ChoiceCallback Underlying security services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the selected choice s .
...security.auth.callback.TextOutputCallback Underlying security services instantiate and pass a TextOutputCallback to the invokeCallback method of a CallbackHandler to display information messages, warning messages and error messages.
...security.auth.callback.TextInputCallback Underlying security services instantiate and pass a TextInputCallback to the invokeCallback method of a CallbackHandler to retrieve generic text information.
javax.security.auth.callback.NameCallback Underlying security services instantiate and pass a NameCallback to the invokeCallback method of a CallbackHandler to retrieve name information.
...security.auth.callback.PasswordCallback Underlying security services instantiate and pass a PasswordCallback to the invokeCallback method of a CallbackHandler to retrieve password information.
...security.auth.callback.LanguageCallback Underlying security services instantiate and pass a LanguageCallback to the invokeCallback method of a CallbackHandler to retrieve the Locale used for localizing text.
java.lang.NoSuchMethodError NoSuchMethodError: Thrown if an application tries to call a specified method of a class either static or instance , and that class no longer has a definition of that method.
java.nio.charset.CoderMalfunctionError CoderMalfunctionError: Error thrown when the {@link CharsetDecoder#decodeLoop decodeLoop} method of a {@link CharsetDecoder}, or the {@link CharsetEncoder#encodeLoop encodeLoop} method of a {@link CharsetEncoder}, throws an unexpected exception.
...nio.channels.NoConnectionPendingException NoConnectionPendingException: Unchecked exception thrown when the {@link SocketChannel#finishConnect finishConnect} method of a {@link SocketChannel} is invoked without first successfully invoking its {@link SocketChannel#connect connect} method.
java.util.NoSuchElementException NoSuchElementException: Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.rmi.server.SocketSecurityException A SocketSecurityException is thrown during remote object export if the code exporting the remote object either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
java.awt.event.InvocationEvent InvocationEvent: An event which executes the run method on a Runnable when dispatched by the AWT event dispatcher thread.
java.rmi.NoSuchObjectException A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
java.lang.reflect.Member Member is an interface that reflects identifying information about a single member a field or a method or a constructor.
...lang.reflect.InvocationTargetException InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
java.sql.SQLPermission The permission for which the SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream deprecated method.
javax.naming.SizeLimitExceededException SizeLimitExceededException: This exception is thrown when a method produces a result that exceeds a size-related limit.
java.lang.reflect.Method A Method provides information about, and access to, a single method on a class or interface.
java.nio.ReadOnlyBufferException ReadOnlyBufferException: Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
javax.naming.LimitExceededException This exception is thrown when a method terminates abnormally due to a user or system specified limit.
java.beans.MethodDescriptor A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
javax.naming.event.ObjectChangeListener ObjectChangeListener: Specifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement.
java.lang.IllegalAccessError IllegalAccessError: Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
java.lang.Cloneable A class implements the Cloneable interface to indicate to the {@link java.lang.Object#clone } method that it is legal for that method to make a field-for-field copy of instances of that class.
java.awt.im.spi.InputMethod Defines the interface for an input method that supports complex text input.
java.beans.IndexedPropertyDescriptor An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
java.awt.im.spi.InputMethodDescriptor InputMethodDescriptor: Defines methods that provide sufficient information about an input method to enable selection and loading of that input method.
javax.xml.transform.ErrorListener To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the {@link javax.xml.transform.Transformer}.

javax.rmi.PortableRemoteObject Server implementation objects may either inherit from javax.rmi.PortableRemoteObject or they may implement a remote interface and then use the exportObject method to register themselves as a server object.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.lang.ThreadDeath An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
java.lang.IllegalAccessException An IllegalAccessException is thrown when an application tries to reflectively create an instance other than an array , set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
java.applet.AppletStub AppletStub: When an applet is first created, an applet stub is attached to it using the applet's setStub method.
java.beans.MethodDescriptor A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
java.beans.FeatureDescriptor The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
java.lang.reflect.Modifier The Modifier class provides static methods and constants to decode class and member access modifiers.
java.awt.image.ImagingOpException The ImagingOpException is thrown if one of the {@link BufferedImageOp} or {@link RasterOp} filter methods cannot process the image.
javax.imageio.spi.ImageReaderWriterSpi ImageReaderWriterSpi: A superclass containing instance variables and methods common to ImageReaderSpi and ImageWriterSpi.
java.lang.Process The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
java.beans.EventHandler The EventHandler class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object.
org.w3c.dom.CharacterData The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
java.nio.channels.Channels Channels: Utility methods for channels and streams.
javax.naming.spi.NamingManager This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
java.lang.reflect.Proxy Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
javax.naming.directory.DirContext The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
java.text.BreakIterator The BreakIterator class implements methods for finding the location of boundaries in text.
javax.imageio.ImageIO ImageIO: A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding.
java.security.Certificate This is an interface of abstract methods for managing a variety of identity certificates.
java.util.Arrays Arrays: This class contains various methods for manipulating arrays such as sorting and searching .
...print.attribute.AttributeSetUtilities Class AttributeSetUtilities provides static methods for manipulating AttributeSets.
java.lang.Math The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
org.w3c.dom.DOMImplementation The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
javax.naming.event.EventDirContext EventDirContext: Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
javax.naming.event.EventContext Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes.
java.rmi.Naming The Naming class provides methods for storing and obtaining references to remote objects in the remote object registry.
java.rmi.registry.Registry Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
javax.naming.spi.DirectoryManager This class contains methods for supporting DirContext implementations.
java.awt.image.ColorModel The ColorModel abstract class encapsulates the methods for translating a pixel value to color components for example, red, green, and blue and an alpha component.
java.beans.PersistenceDelegate The PersistenceDelegate class takes the responsibility for expressing the state of an instance of a given class in terms of the methods in the class's public API.
java.awt.dnd.InvalidDnDOperationException InvalidDnDOperationException: This exception is thrown by various methods in the java.awt.dnd package.
javax.naming.NamingEnumeration This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
java.util.EmptyStackException EmptyStackException: Thrown by methods in the Stack class to indicate that the stack is empty.
java.rmi.Remote The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
java.rmi.activation.UnknownGroupException An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
java.rmi.activation.UnknownObjectException An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
javax.imageio.event.IIOReadUpdateListener IIOReadUpdateListener: An interface used by ImageReader implementations to notify callers of their image and thumbnail reading methods of pixel updates.
...imageio.event.IIOWriteProgressListener IIOWriteProgressListener: An interface used by ImageWriter implementations to notify callers of their image writing methods of progress.
java.awt.print.Printable The Printable interface is implemented by the print methods of the current page painter, which is called by the printing system to render a page.
java.rmi.AccessException An AccessException is thrown by certain methods of the java.rmi.Naming class specifically bind, rebind, and unbind and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
...imageio.event.IIOWriteWarningListener An interface used by ImageWriter implementations to notify callers of their image and thumbnail reading methods of warnings non-fatal errors .
java.util.logging.LoggingPermission The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods such as Logger.setLevel .
java.beans.Introspector The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
javax.naming.event.NamespaceChangeListener NamespaceChangeListener: Specifies the methods that a listener interested in namespace changes must implement.
java.awt.image.ImageFilter ImageFilter: This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
javax.rmi.CORBA.Util Util: Provides utility methods that can be used by stubs and ties to perform common operations.
java.util.ConcurrentModificationException This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
java.awt.im.spi.InputMethodContext Provides methods that input methods can use to communicate with their client components or to request other services.
java.util.Collections Collections: This class consists exclusively of static methods that operate on or return collections.
java.awt.im.spi.InputMethodDescriptor InputMethodDescriptor: Defines methods that provide sufficient information about an input method to enable selection and loading of that input method.
java.awt.Composite The Composite interface, along with {@link CompositeContext}, defines the methods to compose a draw primitive with the underlying graphics area.
java.awt.im.InputContext Provides methods to control text input facilities such as input methods and keyboard layouts.
org.ietf.jgss.MessageProp MessageProp: This is a utility class used within the per-message GSSContext methods to convey per-message properties.
java.lang.reflect.Array The Array class provides static methods to dynamically create and access Java arrays.
java.net.SocketOptions SocketOptions: Interface of methods to get/set socket options.
javax.naming.NameAlreadyBoundException NameAlreadyBoundException: This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.
java.lang.StringIndexOutOfBoundsException StringIndexOutOfBoundsException: Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
java.rmi.server.RMIClassLoader RMIClassLoader comprises static methods to support dynamic class loading with RMI.
javax.security.auth.login.LoginContext The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an application independent of the underlying authentication technology.
javax.rmi.CORBA.Tie Tie: Defines methods which all RMI-IIOP server side ties must implement.
javax.rmi.CORBA.ValueHandler ValueHandler: Defines methods which allow serialization of Java objects to and from GIOP streams.
javax.print.ServiceUI ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API.
java.beans.BeanInfo A bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean.
...BeanContextServiceProviderBeanInfo BeanContextServiceProviderBeanInfo: A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.awt.font.LineMetrics The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
java.awt.FontMetrics The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
java.awt.GraphicsDevice The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
java.lang.Exception The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
java.util.Date The class Date represents a specific instant in time, with millisecond precision.
java.sql.Date A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
java.net.FileNameMap FileNameMap: A simple interface which provides a mechanism to map between a file name and a MIME type string.
javax.print.StreamPrintServiceFactory A StreamPrintServiceFactory is the factory for {@link StreamPrintService} instances, which can print to an output stream in a particular document format described as a mime type.
java.awt.datatransfer.SystemFlavorMap The SystemFlavorMap is a configurable map between "natives" Strings , which correspond to platform-specific data formats, and "flavors" DataFlavors , which correspond to platform-independent MIME types.
...awt.datatransfer.MimeTypeParseException MimeTypeParseException: A class to encapsulate MimeType parsing related exceptions
...awt.datatransfer.MimeTypeParseException   MimeTypeParseException: A class to encapsulate MimeType parsing related exceptions
org.w3c.dom.DocumentFragment DocumentFragment is a "lightweight" or "minimal" Document object.
java.util.AbstractList AbstractList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store such as an array .
java.util.AbstractSequentialList AbstractSequentialList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store such as a linked list .
java.util.AbstractMap AbstractMap: This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
javax.accessibility.AccessibleContext AccessibleContext represents the minimum information all accessible objects return.
java.lang.UnsupportedClassVersionError UnsupportedClassVersionError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
...print.attribute.standard.PagesPerMinute Class PagesPerMinute is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer e.g., simplex, black-and-white .
...attribute.standard.PagesPerMinuteColor Class PagesPerMinuteColor is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color e.g., simplex, color .
...print.attribute.standard.MediaSize.Other Class MediaSize.Other includes {@link MediaSize MediaSize} values for miscellaneous media.
java.security.ProviderException ProviderException: A runtime exception for Provider exceptions such as misconfiguration errors , which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
java.util.MissingResourceException MissingResourceException: Signals that a resource is missing.
java.util.MissingResourceException   MissingResourceException: Signals that a resource is missing.
javax.print.FlavorException Interface FlavorException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving a doc flavor or flavors class {@link javax.print.DocFlavor DocFlavor} .
javax.print.URIException Interface URIException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving a URI address.
javax.print.AttributeException Interface AttributeException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving one or more printing attributes that a particular Print Service instance does not support.
javax.accessibility.AccessibleKeyBinding The AccessibleKeyBinding interface should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object.
java.rmi.activation.ActivationDesc ActivationDesc: An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location the location of the class , a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
...nio.channels.IllegalBlockingModeException IllegalBlockingModeException: Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.
javax.xml.transform.dom.DOMSource DOMSource: Acts as a holder for a transformation Source tree in the form of a Document Object Model DOM tree.
...attribute.standard.PrinterMakeAndModel Class PrinterMakeAndModel is a printing attribute class, a text attribute, that the make and model of the printer.
java.util.TooManyListenersException The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
org.w3c.dom.EntityReference EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
java.awt.font.TextHitInfo The TextHitInfo class represents a character position in a text model, and a bias, or "side," of the character.

...auth.kerberos.DelegationPermission This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.
...accessibility.AccessibleTableModelChange The AccessibleTableModelChange interface describes a change to the table model.
java.util.Observable This class represents an observable object, or "data" in the model-view paradigm.
java.awt.Transparency The Transparency interface defines the common transparency modes for implementing classes.
java.nio.channels.FileChannel.MapMode MapMode: A typesafe enumeration for file-mapping modes.
java.awt.image.TileObserver TileObserver: An interface for objects that wish to be informed when tiles of a WritableRenderedImage become modifiable by some writer via a call to getWritableTile, and when they become unmodifiable via the last call to releaseWritableTile.
javax.naming.directory.ModificationItem This class represents a modification item.
java.security.acl.NotOwnerException NotOwnerException: This is an exception that is thrown whenever the modification of an object such as an Access Control List is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
java.util.ConcurrentModificationException This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
...attribute.standard.JobMessageFromOperator Class JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job.
java.awt.image.WritableRenderedImage WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
java.lang.reflect.Modifier The Modifier class provides static methods and constants to decode class and member access modifiers.
java.lang.reflect.Modifier The Modifier class provides static methods and constants to decode class and member access modifiers.
java.awt.image.RGBImageFilter This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
java.lang.IllegalAccessError IllegalAccessError: Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
java.lang.NoSuchFieldError NoSuchFieldError: Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
...directory.InvalidAttributesException InvalidAttributesException: This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
...directory.AttributeModificationException This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's schema definition or the attribute's state.
java.util.ListIterator An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
javax.accessibility.AccessibleSelection This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
java.lang.IllegalMonitorStateException IllegalMonitorStateException: Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
...print.event.PrintJobAttributeListener PrintJobAttributeListener: Implementations of this interface are attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of attribute changes associated with the print job.
...print.event.PrintServiceAttributeListener PrintServiceAttributeListener: Implementations of this listener interface are attached to a {@link javax.print.PrintService PrintService} to monitor the status of the print service.
javax.print.event.PrintJobListener PrintJobListener: Implementations of this listener interface should be attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of the printer job.
java.awt.GraphicsConfiguration The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
java.rmi.server.LogStream LogStream provides a mechanism for logging errors that are of possible interest to those monitoring a system.
...print.attribute.standard.Chromaticity Class Chromaticity is a printing attribute class, an enumeration, that specifies monochrome or color printing.
java.util.Calendar Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
java.text.DateFormatSymbols DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
javax.accessibility.AccessibleAction The AccessibleAction interface should be supported by any object that can perform one or more actions.
java.awt.ItemSelectable ItemSelectable: The interface for objects which contain a set of items for which zero or more can be selected.
java.security.PrivilegedExceptionAction A computation to be performed with privileges enabled, that throws one or more checked exceptions.
java.security.cert.PKIXCertPathChecker An abstract class that performs one or more checks on an X509Certificate.
java.rmi.server.Unreferenced A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
java.awt.image.DataBuffer This class exists to wrap one or more data arrays.
java.io.InvalidObjectException InvalidObjectException: Indicates that one or more deserialized objects failed validation tests.
java.util.NoSuchElementException NoSuchElementException: Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
...print.attribute.standard.PrinterMoreInfo Class PrinterMoreInfo is a printing attribute class, a URI, that is used to obtain more information about this specific printer.
...standard.PrinterMoreInfoManufacturer Class PrinterMoreInfoManufacturer is a printing attribute class, a URI, that is used to obtain more information about this type of device.
java.lang.OutOfMemoryError OutOfMemoryError: Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
javax.accessibility.AccessibleRelation Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
...standard.MultipleDocumentHandling Class MultipleDocumentHandling is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.
javax.print.event.PrintJobAttributeEvent Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.
javax.print.AttributeException Interface AttributeException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving one or more printing attributes that a particular Print Service instance does not support.
java.awt.Graphics2D This Graphics2D class extends the {@link Graphics} class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
javax.print.MultiDoc Interface MultiDoc specifies the interface for an object that supplies more than one piece of print data for a Print Job.
java.security.cert.TrustAnchor A trust anchor or most-trusted Certification Authority CA .
java.awt.dnd.DragSourceMotionListener DragSourceMotionListener: A listener interface for receiving mouse motion events during a drag operation.
java.awt.event.MouseMotionListener The listener interface for receiving mouse motion events on a component.
java.awt.event.MouseMotionAdapter MouseMotionAdapter: An abstract adapter class for receiving mouse motion events.
java.awt.event.MouseEvent An event which indicates that a mouse action occurred in a component.
java.awt.Robot This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed.
java.awt.dnd.MouseDragGestureRecognizer MouseDragGestureRecognizer: This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse based gestures.
java.awt.Cursor Cursor: A class to encapsulate the bitmap representation of the mouse cursor.
java.awt.event.MouseListener The listener interface for receiving "interesting" mouse events press, release, click, enter, and exit on a component.
java.awt.event.MouseAdapter MouseAdapter: An abstract adapter class for receiving mouse events.
java.awt.HeadlessException HeadlessException: Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.
java.awt.dnd.DragSourceMotionListener DragSourceMotionListener: A listener interface for receiving mouse motion events during a drag operation.
java.awt.event.MouseMotionListener The listener interface for receiving mouse motion events on a component.
java.awt.event.MouseMotionAdapter MouseMotionAdapter: An abstract adapter class for receiving mouse motion events.
java.awt.event.MouseWheelListener The listener interface for receiving mouse wheel events on a component.
java.awt.event.MouseWheelEvent An event which indicates that the mouse wheel was rotated in a component.
java.awt.event.MouseAdapter   MouseAdapter: An abstract adapter class for receiving mouse events.
java.awt.dnd.MouseDragGestureRecognizer   MouseDragGestureRecognizer: This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse based gestures.
java.awt.event.MouseMotionAdapter   MouseMotionAdapter: An abstract adapter class for receiving mouse motion events.
java.awt.event.HierarchyBoundsListener The listener interface for receiving ancestor moved and resized events.
java.awt.event.ComponentEvent A low-level event which indicates that a component moved, changed size, or changed visibility also, the root class for the other component-level events .
java.awt.geom.IllegalPathStateException The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a {@link GeneralPath} without an initial moveto.
java.awt.FlowLayout A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
java.awt.AWTEventMulticaster A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
java.awt.TextArea A TextArea object is a multi-line region that displays text.
java.awt.JobAttributes.SidesType SidesType: A type-safe enumeration of possible multi-page impositions.
...spec.RSAMultiPrimePrivateCrtKeySpec RSAMultiPrimePrivateCrtKeySpec: This class specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem CRT information values for efficiency.
...interfaces.RSAMultiPrimePrivateCrtKey RSAMultiPrimePrivateCrtKey: The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem CRT information values.
java.net.MulticastSocket The multicast datagram socket class is useful for sending and receiving IP multicast packets.
java.util.TooManyListenersException The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
java.net.DatagramSocketImpl DatagramSocketImpl: Abstract datagram and multicast socket implementation base class.
javax.print.MultiDoc Interface MultiDoc specifies the interface for an object that supplies more than one piece of print data for a Print Job.
javax.print.MultiDocPrintJob Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.
javax.print.MultiDocPrintService MultiDocPrintService: Interface MultiPrintService is the factory for a MultiDocPrintJob.
javax.print.MultiDocPrintJob Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.
javax.print.MultiDocPrintService   MultiDocPrintService: Interface MultiPrintService is the factory for a MultiDocPrintJob.
java.awt.image.MultiPixelPackedSampleModel The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
...print.attribute.standard.SheetCollate Class SheetCollate is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by the {@link Copies Copies} attribute.
...JobAttributes.MultipleDocumentHandlingType MultipleDocumentHandlingType: A type-safe enumeration of possible multiple document handling states.
java.awt.font.MultipleMaster The MultipleMaster interface represents Type 1 Multiple Master fonts.
javax.naming.CompositeName This class represents a composite name -- a sequence of component names spanning multiple namespaces.
java.awt.image.MultiPixelPackedSampleModel The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
...attribute.standard.PresentationDirection Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the {@link NumberUp NumberUp} attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.
...standard.MultipleDocumentHandling Class MultipleDocumentHandling is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.
...JobAttributes.MultipleDocumentHandlingType   MultipleDocumentHandlingType: A type-safe enumeration of possible multiple document handling states.
java.awt.font.MultipleMaster The MultipleMaster interface represents Type 1 Multiple Master fonts.
java.nio.channels.SelectableChannel SelectableChannel: A channel that can be multiplexed via a {@link Selector}.
java.nio.channels.Selector A multiplexor of {@link SelectableChannel} objects.
java.awt.image.RescaleOp RescaleOp: This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.
javax.print.MultiDocPrintService MultiDocPrintService: Interface MultiPrintService is the factory for a MultiDocPrintJob.
javax.imageio.stream.IIOByteBuffer A class representing a mutable reference to an array of bytes and an offset and length within that array.
java.lang.StringBuffer A string buffer implements a mutable sequence of characters.