| Interface | Description |
|---|---|
| Formatter<T> |
A formatter is used for format the data that is not a string, or that is a string but not well
formatted, we should format the data to a well formatted string so printers can print them.
|
| Exception | Description |
|---|---|
| FormatException |
Thrown to indicate that the format of the data is something wrong.
|