Snippets tagged “unsupportedoperationexception”
1 snippet uses this tag.
- Why do I get an UnsupportedOperationException when trying to remove an element from a List?Java
The java.lang.UnsupportedOperationException is thrown when an operation is not supported by a class.