Uses of Class
org.eclipse.angus.activation.MailcapParseException
-
-
Uses of MailcapParseException in org.eclipse.angus.activation
Methods in org.eclipse.angus.activation that throw MailcapParseException Modifier and Type Method Description protected voidMailcapFile. parseLine(java.lang.String mailcapEntry)A routine to parse individual entries in a Mailcap file.protected static voidMailcapFile. reportParseError(int expectedToken, int otherExpectedToken, int anotherExpectedToken, int actualToken, java.lang.String actualTokenValue)protected static voidMailcapFile. reportParseError(int expectedToken, int otherExpectedToken, int actualToken, java.lang.String actualTokenValue)protected static voidMailcapFile. reportParseError(int expectedToken, int actualToken, java.lang.String actualTokenValue)
-