Searched refs:ParseException (Results 276 - 300 of 341) sorted by relevance

<<11121314

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeForm.java16 import java.text.ParseException;
131 catch (ParseException e)
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DAgentStatus.java25 import java.text.ParseException;
256 catch (ParseException e) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageChannel.java37 import java.text.ParseException;
359 * @throws ParseException Thrown if we want to reject the message.
361 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass,
362 String header, String message) throws ParseException {
460 } catch (java.text.ParseException ex) {
535 } catch (ParseException ex) {
H A DTLSMessageChannel.java50 import java.text.ParseException;
339 * @throws ParseException Thrown if we want to reject the message.
341 public void handleException(ParseException ex, SIPMessage sipMessage, Class hdrClass,
342 String header, String message) throws ParseException {
431 } catch (java.text.ParseException ex) {
514 } catch (ParseException ex) {
H A DUDPMessageChannel.java57 import java.text.ParseException;
339 } catch (ParseException ex) {
444 } catch (java.text.ParseException ex1) {
518 } catch (ParseException ex) {
578 * @throws ParseException
581 public void handleException(ParseException ex, SIPMessage sipMessage,
583 throws ParseException {
H A DMessageChannel.java47 import java.text.ParseException;
317 } catch (ParseException ex) {
376 * Creates a response to a bad request (ie one that causes a ParseException)
381 protected final String createBadReqRes(String badReq, ParseException pe) {
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java27 import java.text.ParseException;
123 * @throws ParseException if the specified string cannot be parsed
127 public static Date parseXEP0082Date(String dateString) throws ParseException {
138 * @throws ParseException if the specified string cannot be parsed
140 public static Date parseDate(String dateString) throws ParseException {
181 * to parse it regardless and let it throw the ParseException.
196 * @throws ParseException The date string was of an unknown format
198 private static Date handleDateWithMissingLeadingZeros(String stampString, int dateLength) throws ParseException {
224 catch (ParseException e) {
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java78 import java.text.ParseException;
417 } catch (ParseException e) {
1117 public void setCallId(String callId) throws java.text.ParseException {
1233 throws ParseException {
1289 throws ParseException {
1296 throw new ParseException("Invalid content length "
1323 * @throws ParseException
1326 throws ParseException {
1330 throw new ParseException("Invalid content length "
1488 } catch (ParseException
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py47 class ParseException(Exception): class in inherits:Exception
282 raise ParseException('Empty identifier %s' % self.GetDescription())
285 raise ParseException('Invalid identifier %s' % self.GetDescription())
605 raise ParseException('{{^%s:%s}} does not support variable binding'
872 raise ParseException(parse_error)
882 raise ParseException(parse_error)
921 raise ParseException('Template is empty')
923 raise ParseException('There are still tokens remaining at %s, '
939 raise ParseException('Orphaned %s at line %s' % (tokens.next_token.name,
1021 raise ParseException(
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java39 import com.google.streamhtmlparser.ParseException;
269 } catch (ParseException e) {
270 // ParseException displays the proper position, so do not store line and column
286 } catch (ParseException e) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParserFactory.java32 import java.text.ParseException;
285 throws ParseException {
289 throw new ParseException("The header name or value is null", 0);
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DCertUtils.java5 import java.text.ParseException;
209 catch (ParseException e)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java16 import java.text.ParseException;
88 catch (ParseException e)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java23 import com.google.streamhtmlparser.ParseException;
403 * @throws ParseException if an unrecoverable error occurred during parsing
406 public void insertText() throws ParseException {
463 char input) throws ParseException {
569 * @throws ParseException if an unrecoverable error occurred during parsing
571 private void inStateValue(char input) throws ParseException {
620 * @throws ParseException if an unrecoverable error occurred during parsing
622 private void inStateCdata(char input) throws ParseException {
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java26 import java.text.ParseException;
343 } catch (ParseException ex) {
409 } catch (ParseException ex) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java12 import java.text.ParseException;
204 } catch (ParseException e) {
207 } catch (ParseException e2) {
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel.py11 class ParseException(Exception): class in inherits:Exception
241 raise ParseException(self, name + " has no properties or functions")
259 raise ParseException(self, 'Unsupported JSON type %s' % json_type)
313 # No ParseException because the webstore has this.
380 raise ParseException(
/external/proguard/src/proguard/ant/
H A DProGuardTask.java54 catch (ParseException ex)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DDumpFields.java65 } catch (ParseException ex) {
H A DDumpVtables.java63 } catch (ParseException ex) {
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java51 import java.text.ParseException;
263 } catch (java.text.ParseException ex) {
299 } catch (ParseException ex) {
434 } catch (java.text.ParseException ex) {
461 } catch (ParseException ex) {
725 } catch (ParseException ex1) {

Completed in 876 milliseconds

<<11121314