# Class: com.pnfsoftware.jeb.core.exceptions.ToDoException

Runtime exception raised to mark code paths whose implementation is still pending.

## Constructor: ToDoException

Description: Create an exception with no detail message.

## Constructor: ToDoException
- parameter: `msg`, type: `java.lang.String`

Description: Create an exception with a detail message.
parameter: msg: the detail message

## Constructor: ToDoException
- parameter: `format`, type: `java.lang.String`
- parameter: `args`, type: `java.lang.Object[]`

Description: Create an exception with a formatted detail message.
parameter: format: the message format string
parameter: args: the format arguments

