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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DTokenMgrError.java50 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
134 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DParserTokenManager.java1423 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DTokenMgrError.java59 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
143 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DExpressionParserTokenManager.java1660 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DTokenMgrError.java78 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
162 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DCompactSyntaxTokenManager.java1709 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DTokenMgrError.java48 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
132 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DSCDParserTokenManager.java2367 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);

Completed in 57 milliseconds