Documentation  › java.lang  › UnsupportedOperationException
 
 


  UnsupportedOperationException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown to indicate that the requested operation is not supported.

This class is a member of the Java Collections Framework.



Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
UnsupportedOperationException
public UnsupportedOperationException( )

Constructs an UnsupportedOperationException with no detail message.


UnsupportedOperationException
public UnsupportedOperationException( String message )

Constructs an UnsupportedOperationException with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
HeadlessException, ReadOnlyBufferException



 
 
  dydoc
  3/10/05