Is there anything like .NET\'s NotImplementedException in Java?
NotImplementedException
I think the java.lang.UnsupportedOperationException is what you are looking for.