UnsupportedOperationException
From Real Software Documentation
Class (inherits from RuntimeException)
Raised when performing an unsupported operation.
Notes
An UnsupportedOperationException is raised when you try to an operation that is not supported.
See Also
RuntimeException, UnsupportedFormatException classes; Exception, Try statements;.
