| Exception Thrown By: | Cause | |
| Class | Method | |
| DefaultFormatter | public String valueToString(Object value) | if there is an error in the conversion |
| Format | public Object parseObject(String source) | if the beginning of the specified string cannot be parsed |
| InternationalFormatter | public Object stringToValue(String text) | if there is an error in the conversion |
| JFormattedTextField | public void commitEdit() | if the AbstractFormatter is not able to format the current value |
| JSpinner | public void commitEdit() | if the currently edited value couldn't be committed |
| MaskFormatter | public void setMask(String mask) | if mask does not contain valid mask characters |
| MaskFormatter | public Object stringToValue(String value) | if there is an error in the conversion |
| MaskFormatter | public String valueToString(Object value) | if there is an error in the conversion |
| MessageFormat | public Object[] parse(String source) | if the beginning of the specified stringcannot be parsed |
| NumberFormat | public Number parse(String source) | if the beginning of the specified stringcannot be parsed. |
| SynthLookAndFeel | public void load(URL url) | if there is an error in parsing |