public class NotImplementedException extends RuntimeException
Iterator.remove() which is commonly unimplemented.
note that this is very DANGEROUS! you will be lying concerning the interface contract.
this is a runtime exception, so there is no static compile time validation.
USE AT YOUR OWN RISK.| Constructor and Description |
|---|
NotImplementedException() |
NotImplementedException(String message) |
NotImplementedException(String message,
Throwable cause) |
NotImplementedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004-2016. All Rights Reserved.