public class TodoException
extends java.lang.RuntimeException
RuntimeException thrown when some part of the implementation is missing. Normally they should never be
thrown in releases.| Constructor and Description |
|---|
TodoException()
Creates a new TodoException.
|
TodoException(java.lang.String message)
Creates a new TodoException.
|