Searched refs:getErrors (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAgent.java45 * getErrors returns String of errors encountered by Agent
47 String getErrors(); method in interface:Agent
H A DAgentServerImpl.java111 System.out.println(agent.getErrors());
112 if(!(agent.getErrors()).equals(""))
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DMain.java161 if (Globals.getErrors() > 0) {
164 System.exit(Globals.getErrors());
169 System.exit(Globals.getErrors());
H A DGlobals.java117 static int getErrors() { method in class:Globals
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationsException.java75 public List<IllegalAnnotationException> getErrors() { method in class:IllegalAnnotationsException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DInaccessibleWSDLException.java70 public List<Throwable> getErrors() { method in class:InaccessibleWSDLException
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java270 Vector errors = _parser.getErrors();
H A DTransformerFactoryImpl.java921 Vector errs = xsltc.getErrors();
938 passErrorsToListener(xsltc.getErrors());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java529 public Vector getErrors() { method in class:XSLTC
530 return _parser.getErrors();
H A DParser.java1227 public Vector getErrors() { method in class:Parser

Completed in 44 milliseconds