Searched defs:otherExpectedToken (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMailcapFile.java506 int otherExpectedToken, int actualToken, String actualTokenValue)
512 MailcapTokenizer.nameForToken(otherExpectedToken) + " token.");
516 int otherExpectedToken, int anotherExpectedToken, int actualToken,
523 MailcapTokenizer.nameForToken(otherExpectedToken) + ", or a " +
529 MailcapTokenizer.nameForToken(otherExpectedToken) + ", or a " +
505 reportParseError(int expectedToken, int otherExpectedToken, int actualToken, String actualTokenValue) argument
515 reportParseError(int expectedToken, int otherExpectedToken, int anotherExpectedToken, int actualToken, String actualTokenValue) argument

Completed in 906 milliseconds