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

/openjdk7/jdk/test/javax/script/
H A DRhinoExceptionTest.java35 private static final String ERROR_MSG = "error from JavaScript"; field in class:RhinoExceptionTest
44 engine.put("msg", ERROR_MSG);
48 if (exp.getMessage().indexOf(ERROR_MSG) == -1) {
55 if (exp.getMessage().indexOf(ERROR_MSG) == -1) {
63 if (exp.getMessage().indexOf(ERROR_MSG) == -1) {
71 if (exp.getMessage().indexOf(ERROR_MSG) == -1) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DMessages.java152 static final String ERROR_MSG = // 1:arg field in class:Messages
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DErrorMsg.java154 public static final String ERROR_MSG = "ERROR_MSG"; field in class:ErrorMsg

Completed in 162 milliseconds