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

1234

/openjdk7/jdk/src/share/classes/java/text/
H A DParseException.java50 class ParseException extends Exception { class in inherits:Exception
53 * Constructs a ParseException with the specified detail message and
59 public ParseException(String s, int errorOffset) { method in class:ParseException
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DParseException.java39 public class ParseException extends Exception {} class in inherits:Exception
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParseException.java27 * @(#)ParseException.java 1.3 02/03/27
43 public class ParseException extends MessagingException { class in inherits:MessagingException
46 * Constructs a ParseException with no detail message.
48 public ParseException() { method in class:ParseException
53 * Constructs a ParseException with the specified detail message.
56 public ParseException(String s) { method in class:ParseException
H A DContentType.java73 * and parameters. A ParseException is thrown if the parse fails.
76 * @exception ParseException if the parse fails.
78 public ContentType(String s) throws ParseException {
85 throw new ParseException();
91 throw new ParseException();
96 throw new ParseException();
273 } catch (ParseException pex) {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java54 class ParseException extends Exception class in inherits:Exception
58 * and create a new ParseException
59 * @return a new ParseException.
61 ParseException (String message) method in class:ParseException
70 * is not a warning, and create a new ParseException.
71 * @return a new ParseException.
73 ParseException (String message, boolean onlyAWarning) method in class:ParseException
81 static ParseException abstractValueBox (Scanner scanner)
86 static ParseException alreadyDeclared (Scanner scanner, String type)
91 static ParseException declNotInSameFil
[all...]
H A DPreprocessor.java98 Token process (Token t) throws IOException, ParseException
124 throw ParseException.elseNoIf (scanner);
139 throw ParseException.endNoIf (scanner);
157 ParseException.warning (scanner, Util.getMessage ("Preprocessor.unknown", token.name));
176 catch (ParseException e)
192 private void include () throws IOException, ParseException
205 throw ParseException.syntaxError (scanner, expected, token.type);
216 private void include2 (IncludeEntry include) throws IOException, ParseException
226 private void include3 (IncludeEntry include) throws IOException, ParseException
243 throw ParseException
[all...]
H A DParser.java146 ParseException.nothing (file);
150 catch (ParseException exception) // Match MIGHT throw this
310 throw ParseException.syntaxError( scanner, new int[] {
323 throw ParseException.syntaxError (scanner, new int[] {
331 throw ParseException.syntaxError (scanner, new int[] {
338 catch (ParseException e)
347 private void module (ModuleEntry entry) throws IOException, ParseException
372 throws IOException, ParseException
384 throws IOException, ParseException
398 ParseException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DParseException.java36 public class ParseException extends JAXWSExceptionBase { class in inherits:JAXWSExceptionBase
38 public ParseException(String key, Object... args) { method in class:ParseException
42 public ParseException(Localizable message){ method in class:ParseException
46 public ParseException(Throwable throwable) { method in class:ParseException
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParseException.java28 public class ParseException extends RuntimeException { class in inherits:RuntimeException
36 public ParseException(String mes) {
43 public ParseException(String mes, int location) { method in class:ParseException
H A DParserForXMLSchema.java43 Token processCaret() throws ParseException {
47 Token processDollar() throws ParseException {
51 Token processLookahead() throws ParseException {
54 Token processNegativelookahead() throws ParseException {
57 Token processLookbehind() throws ParseException {
60 Token processNegativelookbehind() throws ParseException {
63 Token processBacksolidus_A() throws ParseException {
66 Token processBacksolidus_Z() throws ParseException {
69 Token processBacksolidus_z() throws ParseException {
72 Token processBacksolidus_b() throws ParseException {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DStringCutter.java28 import java.text.ParseException;
47 public void skip(String regexp) throws ParseException {
51 public String next(String regexp) throws ParseException {
64 private ParseException error() {
65 return new ParseException(original,original.length()-s.length());
68 public String until(String regexp) throws ParseException {
H A DMimeTypeRange.java28 import java.text.ParseException;
60 public static List<MimeTypeRange> parseRanges(String s) throws ParseException {
69 public MimeTypeRange(String s) throws ParseException {
79 } catch (ParseException e) {
89 private MimeTypeRange(StringCutter cutter) throws ParseException {
161 public static void main(String[] args) throws ParseException {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java63 ParseException;
66 throws ParseException, InvalidTypeException,
69 abstract void invokeWith(List<Value> arguments) throws ParseException;
71 void setValue(Value value) throws ParseException {
75 throw new ParseException(
79 throw new ParseException(
85 void setValue(LValue lval) throws ParseException {
90 String fieldName) throws ParseException {
94 throw new ParseException("Thread not suspended");
98 LValue memberLValue(String fieldName, ThreadReference thread) throws ParseException {
[all...]
H A DExpr.jj60 public static Value getMassagedValue() throws ParseException {
69 GetFrame frameGetter) throws ParseException,
112 } catch (ParseException e) {
432 throw new ParseException("Condition must be boolean");
443 { throw new ParseException("operation not yet supported"); }
452 { throw new ParseException("operation not yet supported"); }
461 { throw new ParseException("operation not yet supported"); }
470 { throw new ParseException("operation not yet supported"); }
479 { throw new ParseException("operation not yet supported"); }
498 { throw new ParseException("operatio
[all...]
H A DParseException.java35 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 0.7pre6 */
47 public class ParseException extends Exception { class in inherits:Exception
61 * ParseException: <result of getMessage>
63 public ParseException(Token currentTokenVal, method in class:ParseException
85 public ParseException() { method in class:ParseException
90 public ParseException(String message) { method in class:ParseException
/openjdk7/jdk/test/sun/net/idn/
H A DTestData.java30 import java.text.ParseException;
303 new ParseException("StringPrep PROHIBITED_ERROR", -1),
315 new ParseException("StringPrep UNASSIGNED_ERROR", -1),
327 new ParseException("StringPrep CHECK_BIDI_ERROR", -1),
341 new ParseException("StringPrep STD3_ASCII_RULES_ERROR", -1),
357 new ParseException("StringPrep ACE_PREFIX_ERROR", -1),
371 new ParseException("StringPrep LABEL_TOO_LONG_ERROR", -1),
381 new ParseException("StringPrep CHECK_BIDI_ERROR", -1),
392 new ParseException("StringPrep PROHIBITED_ERROR", -1),
402 new ParseException("StringPre
[all...]
/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4810032.java44 } catch (ParseException e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DSCD.java29 import com.sun.xml.internal.xsom.impl.scd.ParseException;
73 public static SCD create(String path, NamespaceContext nsContext) throws java.text.ParseException {
79 throw setCause(new java.text.ParseException(e.getMessage(), -1 ),e);
80 } catch (ParseException e) {
81 throw setCause(new java.text.ParseException(e.getMessage(), e.currentToken.beginColumn ),e);
85 private static java.text.ParseException setCause(java.text.ParseException e, Throwable x) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.java37 final public JDMSecurityDefs SecurityDefs() throws ParseException {
81 if (jjte000 instanceof ParseException) {
82 {if (true) throw (ParseException)jjte000;}
93 final public void AclBlock() throws ParseException {
125 if (jjte000 instanceof ParseException) {
126 {if (true) throw (ParseException)jjte000;}
136 final public void AclItem() throws ParseException {
157 if (jjte000 instanceof ParseException) {
158 {if (true) throw (ParseException)jjte000;}
168 final public JDMCommunities Communities() throws ParseException {
[all...]
H A DParser.jj166 if (jjte000 instanceof ParseException) {
167 throw (ParseException)jjte000;
197 if (jjte000 instanceof ParseException) {
198 throw (ParseException)jjte000;
228 if (jjte000 instanceof ParseException) {
229 throw (ParseException)jjte000;
266 if (jjte000 instanceof ParseException) {
267 throw (ParseException)jjte000;
350 if (jjte000 instanceof ParseException) {
351 throw (ParseException)jjte00
[all...]
H A DParseException.java26 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 0.7pre6 */
38 class ParseException extends Exception { class in inherits:Exception
51 * ParseException: <result of getMessage>
53 public ParseException(Token currentTokenVal, method in class:ParseException
75 public ParseException() { method in class:ParseException
80 public ParseException(String message) { method in class:ParseException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DParseException.java26 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
40 public class ParseException extends Exception { class in inherits:Exception
52 * ParseException: <result of getMessage>
54 public ParseException(Token currentTokenVal, method in class:ParseException
76 public ParseException() { method in class:ParseException
81 public ParseException(String message) { method in class:ParseException
H A DSCDParser.java43 private String resolvePrefix(String prefix) throws ParseException {
54 throw new ParseException("Unbound prefix: "+prefix);
58 final public UName QName() throws ParseException {
77 final public String Prefix() throws ParseException {
91 final public List RelativeSchemaComponentPath() throws ParseException {
109 throw new ParseException();
140 throw new ParseException();
149 final public Step Step() throws ParseException {
164 throw new ParseException();
205 throw new ParseException();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java27 import java.text.ParseException;
138 throws ParseException
196 throws ParseException
246 throws ParseException
288 throws ParseException
322 throws ParseException
356 throws ParseException
393 throws ParseException
426 throws ParseException
462 throws ParseException
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java163 catch (ParseException e) {
178 catch (ParseException e) {
462 final public ParsedPattern Input(Scope scope) throws ParseException {
496 throw new ParseException();
503 final public void TopLevelLookahead() throws ParseException {
528 throw new ParseException();
556 throw new ParseException();
560 final public void LookaheadAfterAnnotations() throws ParseException {
578 throw new ParseException();
589 throw new ParseException();
[all...]

Completed in 162 milliseconds

1234