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.
 

 

 

 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.
 

 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.
 

 

 

 class ReadOnlyBufferException
    Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
 

 

 

 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.