Java – nything like .NET’s NotImplementedException in Java

exceptionjavanet

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

Best Answer

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