java.netexception

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


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


Solution

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