Searched refs:INVALID_LEXICAL_STATE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DTokenMgrError.java38 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DAddressListParserTokenManager.java780 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DTokenMgrError.java38 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DContentTypeParserTokenManager.java666 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DTokenMgrError.java38 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
122 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DDateTimeParserTokenManager.java705 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);

Completed in 63 milliseconds