Class NotImplemented
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.adamantic.quicknote.exceptions.SystemException
io.adamantic.quicknote.exceptions.NotImplemented
- All Implemented Interfaces:
Serializable
Exception thrown when a feature is not implemented.
- Author:
- Domenico Barra - domenico@adamantic.io
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplemented(String name) Constructor specifying the name of the feature that is not implemented. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplemented
Constructor specifying the name of the feature that is not implemented.- Parameters:
name- the name of the feature that is not implemented.
-