aicas logoJamaica 6.4 release 1

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. 
javax.management.loading Provides the classes which implement advanced dynamic loading. 
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
javax.xml.soap Provides the API for creating and building SOAP messages. 
 

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.
 

Uses of UnsupportedOperationException in javax.management.loading
 

Methods in javax.management.loading that throw UnsupportedOperationException
 void MLet.readExternal(ObjectInput in)
          Restore this MLet's contents from the given ObjectInput.
 void MLet.writeExternal(ObjectOutput out)
          Save this MLet's contents to the given ObjectOutput.
 

Uses of UnsupportedOperationException in javax.realtime
 

Methods in javax.realtime that throw UnsupportedOperationException
 void Timer.fire()
          The fire method inherited from AsyncEvent must not be called, it will throw an exception.
 void PriorityScheduler.fireSchedulable(Schedulable schedulable)
          Fire a release for the given schedulable object.
abstract  void Scheduler.fireSchedulable(Schedulable schedulable)
          Fire a release for the given schedulable object.
abstract  RelativeTime Clock.getEpochOffset()
           getEpochOffset returns the relative time of the offset from the Epoch (1.
 void WaitFreeReadQueue.waitForData()
          waitForData blocks until this queue is non-empty.
 

Uses of UnsupportedOperationException in javax.xml.soap
 

Methods in javax.xml.soap that throw UnsupportedOperationException
static SOAPConnectionFactory SOAPConnectionFactory.newInstance()
          Creates an instance of the default SOAPConnectionFactory object.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.