- All Implemented Interfaces:
- java.io.Serializable
public class NotImplementedException
extends java.lang.Error
A NotImplementedException indicates that the software is incomplete. You
should remove all use "throw new NotImplementedException()" as your default
method implementation, and you should remove all NotImplementedExeptions
before submitting/publishing your work.
- See Also:
- Serialized Form