()
| 599 | // -------------------- Conversion and getters -------------------- |
| 600 | |
| 601 | @Override |
| 602 | public String toString() { |
| 603 | try { |
| 604 | return toString(CodingErrorAction.REPLACE, CodingErrorAction.REPLACE); |
| 605 | } catch (CharacterCodingException e) { |
| 606 | // Unreachable code. Use of REPLACE above means the exception will never be thrown. |
| 607 | throw new IllegalStateException(e); |
| 608 | } |
| 609 | } |
| 610 | |
| 611 | |
| 612 | /** |