Home
last modified time | relevance | path

Searched defs:ParseException (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/
H A DParseException.java23 public class ParseException extends Exception { class
27 public ParseException() { in ParseException() method in ParseException
31 public ParseException(String msg) { in ParseException() method in ParseException
35 public ParseException(Throwable t) { in ParseException() method in ParseException
39 public ParseException(String msg, Throwable t) { in ParseException() method in ParseException
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/
H A DParseException.java56 public class ParseException extends SAXException { class
69 public ParseException(final String message) { in ParseException() method in ParseException
79 public ParseException(final Exception e) { in ParseException() method in ParseException
90 public ParseException(final String s, final Exception e) { in ParseException() method in ParseException
101 public ParseException(final String message, final Locator locator) { in ParseException() method in ParseException
113 public ParseException(final Exception e, final Locator locator) { in ParseException() method in ParseException
126 public ParseException(final String s, final Exception e, final Locator locator) { in ParseException() method in ParseException
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/io/
H A DParseException.java21 public class ParseException extends Exception { class
28 public ParseException(String message) { in ParseException() method in ParseException
38 public ParseException(Exception e) { in ParseException() method in ParseException
49 public ParseException(String message, Throwable e) { in ParseException() method in ParseException
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DParseException.java36 public class ParseException extends JAXWSExceptionBase { class
38 public ParseException(String key, Object... args) { in ParseException() method in ParseException
42 public ParseException(Localizable message){ in ParseException() method in ParseException
46 public ParseException(Throwable throwable) { in ParseException() method in ParseException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DParseException.java36 public class ParseException extends JAXWSExceptionBase { class
38 public ParseException(String key, Object... args) { in ParseException() method in ParseException
42 public ParseException(Localizable message){ in ParseException() method in ParseException
46 public ParseException(Throwable throwable) { in ParseException() method in ParseException
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/QueryParser/
H A DParseException.cs36 public class ParseException:System.Exception class
117 …public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, System.String[] to… in ParseException() method in Lucene.Net.QueryParsers.ParseException
134 public ParseException():base() in ParseException() method in Lucene.Net.QueryParsers.ParseException
140 public ParseException(System.String message):base(message) in ParseException() method in Lucene.Net.QueryParsers.ParseException
146 public ParseException(System.String message, System.Exception ex) : base(message, ex) in ParseException() method in Lucene.Net.QueryParsers.ParseException
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/
H A DParseException.java25 public class ParseException extends ExpressionException { class
33 public ParseException(String expressionString, int position, String message) { in ParseException() method in ParseException
43 public ParseException(int position, String message, Throwable cause) { in ParseException() method in ParseException
52 public ParseException(int position, String message) { in ParseException() method in ParseException
/dports/graphics/geos/geos-3.9.1/src/io/
H A DParseException.cpp29 ParseException::ParseException() in ParseException() function in geos::io::ParseException
35 ParseException::ParseException(const string& msg) in ParseException() function in geos::io::ParseException
41 ParseException::ParseException(const string& msg, const string& var) in ParseException() function in geos::io::ParseException
47 ParseException::ParseException(const string& msg, double num) in ParseException() function in geos::io::ParseException
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DParseException.java40 class ParseException extends Exception { class
42 public ParseException() in ParseException() method in ParseException
46 public ParseException(String msg) in ParseException() method in ParseException
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DParseException.java40 class ParseException extends Exception { class
42 public ParseException() in ParseException() method in ParseException
46 public ParseException(String msg) in ParseException() method in ParseException
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DParseException.java40 class ParseException extends Exception { class
42 public ParseException() in ParseException() method in ParseException
46 public ParseException(String msg) in ParseException() method in ParseException
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DParseException.java40 class ParseException extends Exception { class
42 public ParseException() in ParseException() method in ParseException
46 public ParseException(String msg) in ParseException() method in ParseException
/dports/games/multimc/MultiMC5-0.6.11/libraries/launcher/org/multimc/
H A DParseException.java19 public class ParseException extends java.lang.Exception class
21 public ParseException() { super(); } in ParseException() method in ParseException
22 public ParseException(String message) { in ParseException() method in ParseException
/dports/math/jts/jts-jts-1.18.1/modules/tests/src/main/java/org/locationtech/jtstest/command/
H A DParseException.java19 public class ParseException class
23 public ParseException() { in ParseException() method in ParseException
27 public ParseException(String msg) { in ParseException() method in ParseException
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/gjdoc/
H A DParseException.java40 class ParseException extends Exception { class
42 public ParseException() in ParseException() method in ParseException
46 public ParseException(String msg) in ParseException() method in ParseException
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParseException.java43 public class ParseException extends MessagingException { class
48 public ParseException() { in ParseException() method in ParseException
56 public ParseException(String s) { in ParseException() method in ParseException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParseException.java43 public class ParseException extends MessagingException { class
48 public ParseException() { in ParseException() method in ParseException
56 public ParseException(String s) { in ParseException() method in ParseException
/dports/devel/binaryen/binaryen-version_98/src/
H A Dparsing.h35 struct ParseException { struct
39 ParseException() : text("unknown parse error"), line(-1), col(-1) {} in ParseException() argument
40 ParseException(std::string text) : text(text), line(-1), col(-1) {} in ParseException() function
41 ParseException(std::string text, size_t line, size_t col) in ParseException() function
61 struct MapParseException { argument
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/javax/mail/internet/
H A DParseException.java52 public class ParseException extends MessagingException { class
59 public ParseException() { in ParseException() method in ParseException
67 public ParseException(String s) { in ParseException() method in ParseException
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DParseException.java41 public class ParseException extends RuntimeException { class
48 public ParseException() { in ParseException() method in ParseException
57 public ParseException(final String message) { in ParseException() method in ParseException
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DParseException.java41 public class ParseException extends RuntimeException { class
48 public ParseException() { in ParseException() method in ParseException
57 public ParseException(final String message) { in ParseException() method in ParseException
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Query/
H A DParseException.cs12 internal class ParseException : Exception class
14 public ParseException(string message, int position) in ParseException() method in System.Web.Http.Query.ParseException
19 public ParseException(string message) in ParseException() method in System.Web.Http.Query.ParseException
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/svg/
H A DParseException.java32 public class ParseException extends RuntimeException class
56 public ParseException(String message, int line, int column) in ParseException() method in ParseException
72 public ParseException(Exception e) in ParseException() method in ParseException
87 public ParseException(String message, Exception e) in ParseException() method in ParseException
/dports/games/powder-toy/The-Powder-Toy-95.0/src/client/
H A DGameSave.h15 struct ParseException: public std::exception { struct
20 ParseException(ParseResult result, String message): message(message.ToUtf8()), result(result) {} in ParseException() argument
25 ~ParseException() throw() {} in throw() argument
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/
H A DParseException.java29 public class ParseException extends Exception { class
39 public ParseException(String message) { in ParseException() method in ParseException
49 public ParseException(String message, Throwable cause) { in ParseException() method in ParseException
53 public ParseException(Throwable cause) { in ParseException() method in ParseException

12345678910>>...28