Lines Matching defs:ParseException

64     static class ParseException extends Exception {
66 ParseException(String key) {
247 } catch (ParseException e) {
305 } catch (ParseException e) {
321 private DCTree inlineText(WhitespaceRetentionPolicy whitespacePolicy) throws ParseException {
377 throw new ParseException("dc.unterminated.inline.tag");
389 protected DCReference reference(boolean allowMember) throws ParseException {
438 throw new ParseException("dc.unterminated.signature");
474 throw new ParseException("dc.ref.bad.parens");
479 throw new ParseException("dc.ref.syntax.error");
488 JCTree parseType(String s) throws ParseException {
492 throw new ParseException("dc.ref.unexpected.input");
496 Name parseMember(String s) throws ParseException {
500 throw new ParseException("dc.ref.unexpected.input");
504 List<JCTree> parseParams(String s) throws ParseException {
524 throw new ParseException("dc.ref.unexpected.input");
535 protected DCIdentifier identifier() throws ParseException {
544 throw new ParseException("dc.identifier.expected");
1011 abstract DCTree parse(int pos) throws ParseException;
1029 public DCTree parse(int pos) throws ParseException {
1046 public DCTree parse(int pos) throws ParseException {
1053 throw new ParseException("dc.unexpected.content");
1059 public DCTree parse(int pos) throws ParseException {
1077 public DCTree parse(int pos) throws ParseException {
1080 throw new ParseException("dc.no.content");
1084 throw new ParseException("dc.no.content");
1099 public DCTree parse(int pos) throws ParseException {
1106 throw new ParseException("dc.unexpected.content");
1112 public DCTree parse(int pos) throws ParseException {
1121 public DCTree parse(int pos) throws ParseException {
1130 public DCTree parse(int pos) throws ParseException {
1139 public DCTree parse(int pos) throws ParseException {
1152 throw new ParseException("dc.gt.expected");
1164 public DCTree parse(int pos) throws ParseException {
1182 public DCTree parse(int pos) throws ParseException {
1204 throw new ParseException("dc.no.content");
1209 throw new ParseException("dc.no.content");
1219 throw new ParseException("dc.unexpected.content");
1233 public DCTree parse(int pos) throws ParseException {
1265 public DCTree parse(int pos) throws ParseException {
1273 public DCTree parse(int pos) throws ParseException {
1283 public DCTree parse(int pos) throws ParseException {
1293 public DCTree parse(int pos) throws ParseException {
1301 throw new ParseException("dc.unexpected.content");