Class ToDoException

All Implemented Interfaces:
Serializable

public class ToDoException extends JebRuntimeException
Runtime exception raised to mark code paths whose implementation is still pending.
See Also:
  • Constructor Details

    • ToDoException

      public ToDoException()
      Create an exception with no detail message.
    • ToDoException

      public ToDoException(String msg)
      Create an exception with a detail message.
      Parameters:
      msg - the detail message
    • ToDoException

      public ToDoException(String format, Object... args)
      Create an exception with a formatted detail message.
      Parameters:
      format - the message format string
      args - the format arguments