Is there anything like .NET’s NotImplementedException in Java?

Commons Lang has it. Or you could throw an UnsupportedOperationException.

Leave a Comment