Home | History | Annotate | Download | only in sax2

Lines Matching refs:SAXNotSupportedException

29 import org.xml.sax.SAXNotSupportedException;
170 throws SAXNotRecognizedException, SAXNotSupportedException
189 throws SAXNotRecognizedException, SAXNotSupportedException
203 // // throw new SAXNotSupportedException("schema validation is not supported");
207 // throw new SAXNotSupportedException("dynamic validation is not supported");
214 // throw new SAXNotSupportedException("problem with setting feature "+name+": "+ex);
219 throws SAXNotRecognizedException, SAXNotSupportedException
232 throws SAXNotRecognizedException, SAXNotSupportedException
236 throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value);
238 throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value);
243 throw new SAXNotSupportedException("not supported set property "+name+": "+ ex);