(String s, Name origin)
| 109 | } |
| 110 | |
| 111 | private Name |
| 112 | parseName(String s, Name origin) throws TextParseException { |
| 113 | try { |
| 114 | return Name.fromString(s, origin); |
| 115 | } |
| 116 | catch (TextParseException e) { |
| 117 | throw st.exception(e.getMessage()); |
| 118 | } |
| 119 | } |
| 120 | |
| 121 | private void |
| 122 | parseTTLClassAndType() throws IOException { |
no test coverage detected