Class ToDoException

All Implemented Interfaces:
Serializable

public class ToDoException extends JebRuntimeException
This exception may be thrown when a functionality has yet to be implemented.
See Also:
  • Constructor Details

    • ToDoException

      public ToDoException()
    • ToDoException

      public ToDoException(String msg)
    • ToDoException

      public ToDoException(String format, Object... args)