Searched refs:ParseException (Results 76 - 100 of 100) sorted by relevance

1234

/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java238 } catch (ParseException e) {
264 * @throws TreePosTest.ParseException if any errors occur while parsing the file
266 JCCompilationUnit read(File file) throws IOException, ParseException {
274 throw new ParseException(sw.toString());
500 private static class ParseException extends Exception { class in class:TreePosTest
501 ParseException(String msg) { method in class:TreePosTest.ParseException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeBodyPart.java358 } catch (ParseException ex) {
680 } catch (ParseException pex) { } // ignore it
715 } catch (ParseException pex) { } // ignore it
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java61 import java.text.ParseException;
234 } catch (ParseException e) {
242 } catch (ParseException e) {
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug4823811.java618 System.err.println("\") should have thrown ParseException");
645 catch (ParseException pe) {
652 System.out.println(" threw ParseException as expected");
747 catch (ParseException pe) {
767 System.err.println(" should have thrown ParseException");
769 catch (ParseException pe) {
776 System.out.print(" threw ParseException as expected, and its errorOffset was correct: ");
784 System.err.print(" threw ParseException as expected, but its errorOffset was incorrect: ");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java2241 * @exception org.apache.xerces.utils.regex.ParseException <VAR>regex</VAR> is not conforming to the syntax.
2243 public RegularExpression(String regex) throws ParseException {
2252 * @exception org.apache.xerces.utils.regex.ParseException <VAR>regex</VAR> is not conforming to the syntax.
2254 public RegularExpression(String regex, String options) throws ParseException {
2263 * @exception org.apache.xerces.utils.regex.ParseException <VAR>regex</VAR> is not conforming to the syntax.
2265 public RegularExpression(String regex, String options, Locale locale) throws ParseException {
2280 public void setPattern(String newPattern) throws ParseException {
2284 public void setPattern(String newPattern, Locale locale) throws ParseException {
2288 private void setPattern(String newPattern, int options, Locale locale) throws ParseException {
2303 public void setPattern(String newPattern, String options) throws ParseException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DMetadataFinder.java38 import com.sun.tools.internal.ws.wsdl.framework.ParseException;
295 throw new ParseException(e);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java150 } catch (ParseException pe) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java40 import java.text.ParseException;
224 throws ParseException, IllegalArgumentException {
243 throw new ParseException("Error parsing: " + e, 0);
246 throw new ParseException("Error parsing: " + se + " " +
250 throw new ParseException("Error parsing: " + ioe, 0);
H A DSynthLookAndFeel.java560 * @throws ParseException if there is an error in parsing
564 ParseException {
589 * @throws ParseException if there is an error in parsing
594 public void load(URL url) throws ParseException, IOException {
/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java1028 * @exception ParseException if the beginning of the specified string
1031 public Object[] parse(String source) throws ParseException {
1035 throw new ParseException("MessageFormat parse error!", pos.errorIndex);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java41 import com.sun.tools.example.debug.expr.ParseException;
296 throws ParseException,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java36 import java.text.ParseException;
348 } catch (ParseException e) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DSnmpAcl.java415 } catch (ParseException e) {
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java33 import java.text.ParseException;
334 } catch (ParseException ex) {
345 } catch (ParseException ex) {
1777 } catch (ParseException ex) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java41 import com.sun.tools.example.debug.expr.ParseException;
141 } catch (ParseException e) {
849 } catch (java.text.ParseException jtpe) {
884 } catch (java.text.ParseException jtpe) {
1448 } catch (java.text.ParseException jtpe) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSpinnerUI.java30 import java.text.ParseException;
659 } catch (ParseException pe) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java30 import java.text.ParseException;
800 } catch (ParseException e) {
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java267 * @throws TreePosTest.ParseException if any errors occur while parsing the file
506 private static class ParseException extends Exception { class in class:CheckAttributedTree
507 ParseException(String msg) { method in class:CheckAttributedTree.ParseException
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java337 } catch (final ParseException pe) {
/openjdk7/corba/make/org/omg/idl/
H A DFILES_java.gmk66 com/sun/tools/corba/se/idl/ParseException.java \
/openjdk7/jdk/make/java/text/base/
H A DFILES_java.gmk54 java/text/ParseException.java \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java1282 private boolean hasXOPContent() throws ParseException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2156 } catch (ParseException ex) {
2219 } catch (ParseException ex) {
2286 } catch (ParseException ex) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java37 import com.sun.org.apache.xerces.internal.impl.xpath.regex.ParseException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java158 } catch (ParseException e) {

Completed in 271 milliseconds

1234