JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
java.lang.UnsupportedOperationException

Packages that use UnsupportedOperationException
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages. 
javax.imageio The main package of the Java Image I/O API. 
 

Uses of UnsupportedOperationException in java.awt
 

Subclasses of UnsupportedOperationException in java.awt
 class 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.
 

Methods in java.awt that throw UnsupportedOperationException
 boolean Toolkit.getLockingKeyState(int keyCode)
          Returns whether the given locking key on the keyboard is currently in its "on" state.
 void Toolkit.setLockingKeyState(int keyCode, boolean on)
          Sets the state of the given locking key on the keyboard.
 

Uses of UnsupportedOperationException in java.nio
 

Subclasses of UnsupportedOperationException in java.nio
 class ReadOnlyBufferException
          Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
 

Uses of UnsupportedOperationException in javax.imageio
 

Methods in javax.imageio that throw UnsupportedOperationException
 void ImageReadParam.setSourceRenderSize(Dimension size)
          If the image is able to be rendered at an arbitrary size, sets the source width and height to the supplied values.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.