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

/openjdk9/jaxws/src/jdk.xml.bind/share/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);
/openjdk9/jaxws/src/jdk.xml.bind/share/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);
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DTokenMgrError.java58 static final int INVALID_LEXICAL_STATE = 2; field in class:TokenMgrError
142 * For example, cases like LOOP_DETECTED and INVALID_LEXICAL_STATE are not
H A DExpressionParserTokenManager.java1469 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);

Completed in 177 milliseconds