|
|
|
|
UnsupportedOperationException
|
|
|
public
|
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.
|
|
|