what is the standard exception to throw in Java for not supported/implemented operations
views:
208answers:
4sometimes it is too easy, isnt it.
Markus Lausberg
2009-05-06 11:37:55
+2
A:
If you want more granularity and better decription, you could use NotImplementedException from commons-lang : http://commons.apache.org/lang/api-release/org/apache/commons/lang/NotImplementedException.html
Guillaume
2009-05-06 11:43:18