Searched defs:ParseException (Results 1 - 14 of 14) sorted by relevance

/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/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
/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/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
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
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/jdk/src/share/classes/com/sun/tools/example/debug/expr/
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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DParseException.java46 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 5.0 */
59 public class ParseException extends Exception { class in inherits:Exception
74 public ParseException(Token currentTokenVal, method in class:ParseException
95 public ParseException() { method in class:ParseException
100 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
/openjdk7/jdk/src/share/classes/sun/applet/
H A DMain.java117 throw new ParseException(lookup("main.err.unrecognizedarg",
122 } catch (ParseException e) {
177 * @exception ParseException
181 private int decodeArg(String [] args, int i) throws ParseException {
190 throw new ParseException(lookup("main.err.dupoption", arg));
214 throw new ParseException(lookup("main.err.unsupportedopt", arg));
233 * @exception ParseException
237 private URL parseURL(String url) throws ParseException {
262 throw new ParseException(lookup("main.err.badurl",
520 class ParseException extend class in class:Main
522 public ParseException(String msg) { method in class:Main.ParseException
526 public ParseException(Throwable t) { method in class:Main.ParseException
[all...]
/openjdk7/langtools/test/tools/javac/tree/
H A DAbstractTreeScannerTest.java130 } catch (ParseException e) {
158 * @throws TreePosTest.ParseException if any errors occur while parsing the file
160 JCCompilationUnit read(File file) throws IOException, ParseException {
168 throw new ParseException(sw.toString());
233 private static class ParseException extends Exception { class in class:AbstractTreeScannerTest
234 ParseException(String msg) { method in class:AbstractTreeScannerTest.ParseException
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/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...]
/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

Completed in 106 milliseconds