/* 52 */ this.context = new Context(getContextSupport());
/* */ try
/* */ {
/* 55 */ this.pattern = PatternParser.parse(text);
/* */ } catch (SAXPathException e) {
/* 57 */ throw new InvalidXPathException(text, e.getMessage());
/* */ } catch (Throwable t) {
/* 59 */ throw new InvalidXPathException(text, t);
/* */ }
/* */ }