- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedOperationException
extends java.lang.RuntimeException
This Exception is trhown when an unsupported operation is called. It is
a subclass of RuntimeException, so a method that may throw it, is not
required to declare it in its throws clause.
- See Also:
- Serialized Form