Class TodoException

All Implemented Interfaces:
Serializable

public class TodoException extends RuntimeException
A RuntimeException thrown when some part of the implementation is missing. Normally they should never be thrown in releases.
See Also:
  • Field Details

  • Constructor Details

    • TodoException

      public TodoException()
      Creates a new TodoException.
    • TodoException

      public TodoException(String message)
      Creates a new TodoException.
      Parameters:
      message - the message of the exception