java.lang
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HeadlessException, ReadOnlyBufferException
- public class UnsupportedOperationException
- extends RuntimeException
Thrown to indicate that the requested operation is not supported.
This class is a member of the
Java Collections Framework.
- Since:
- 1.2
- Author:
- Josh Bloch
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedOperationException
public UnsupportedOperationException()
- Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException
public UnsupportedOperationException(String message)
- Constructs an UnsupportedOperationException with the specified
detail message.
- Parameters:
message
- the detail message