java.lang
public class: UnsupportedOperationException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeadlessException, ReadOnlyFileSystemException, ReadOnlyBufferException
Thrown to indicate that the requested operation is not supported.
This class is a member of the
Java Collections Framework.
- author:
Josh - Bloch
- since:
1.2 -
| Field Summary |
|---|
| static final long | serialVersionUID | |
| Methods from java.lang.Throwable: |
|---|
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |