{
_matcher = new SelectorParser().parse(selector);
}
catch (ParseException e)
{
throw new AMQInternalException("Unable to parse selector \""+selector+"\"", e);
}
catch (SelectorParsingException e)
{
throw new AMQInternalException("Unable to parse selector \""+selector+"\"", e);
}
catch (TokenMgrError e)
{
throw new AMQInternalException("Unable to parse selector \""+selector+"\"", e);
}
}