Searched refs:ParseException (Results 1 – 25 of 488) sorted by relevance
12345678910>>...20
3 import java.text.ParseException;15 throws ParseException; in createAcceptEncodingHeader()18 throws ParseException; in createAcceptHeader()25 throws ParseException; in createAllowEventsHeader()27 AllowHeader createAllowHeader(String method) throws ParseException; in createAllowHeader()30 throws ParseException; in createAuthenticationInfoHeader()33 throws ParseException; in createAuthorizationHeader()35 CallIdHeader createCallIdHeader(String callId) throws ParseException; in createCallIdHeader()44 String contentDispositionType) throws ParseException; in createContentDispositionHeader()47 throws ParseException; in createContentEncodingHeader()[all …]
3 import java.text.ParseException;10 void setAlgorithm(String algorithm) throws ParseException; in setAlgorithm()13 void setCNonce(String cNonce) throws ParseException; in setCNonce()16 void setNonce(String nonce) throws ParseException; in setNonce()19 void setNonceCount(int nonceCount) throws ParseException; in setNonceCount()22 void setOpaque(String opaque) throws ParseException; in setOpaque()25 void setQop(String qop) throws ParseException; in setQop()28 void setRealm(String realm) throws ParseException; in setRealm()31 void setResponse(String response) throws ParseException; in setResponse()43 void setUsername(String username) throws ParseException; in setUsername()
3 import java.text.ParseException;10 void setBranch(String branch) throws ParseException; in setBranch()13 void setHost(String host) throws ParseException; in setHost()16 void setMAddr(String mAddr) throws ParseException; in setMAddr()22 void setProtocol(String protocol) throws ParseException; in setProtocol()25 void setReceived(String received) throws ParseException; in setReceived()31 void setTransport(String transport) throws ParseException; in setTransport()
3 import java.text.ParseException;9 void setCNonce(String cNonce) throws ParseException; in setCNonce()12 void setNextNonce(String nextNonce) throws ParseException; in setNextNonce()15 void setNonceCount(int nonceCount) throws ParseException; in setNonceCount()18 void setQop(String qop) throws ParseException; in setQop()21 void setResponse(String response) throws ParseException; in setResponse()
28 import java.text.ParseException;166 public Token peekNextToken() throws ParseException { in peekNextToken()170 public Token[] peekNextToken(int ntokens) throws ParseException { in peekNextToken()204 public Token match(int tok) throws ParseException { in match()212 throw new ParseException(buffer + "\nID expected", ptr); in match()219 throw new ParseException(buffer + "\nID expected", ptr); in match()229 throw new ParseException( in match()241 throw new ParseException(buffer + "\nExpecting DIGIT", ptr); in match()250 throw new ParseException(buffer + "\nExpecting ALPHA", ptr); in match()270 throw new ParseException( in match()[all …]
40 import java.text.ParseException;85 protected void consumeDomainLabel() throws ParseException { in consumeDomainLabel()96 protected String ipv6Reference() throws ParseException { in ipv6Reference()162 throw new ParseException( in ipv6Reference()171 public Host host() throws ParseException { in host()200 throw new ParseException( in host()261 public HostPort hostPort( boolean allowWS ) throws ParseException { in hostPort()281 throw new ParseException( in hostPort()306 throw new ParseException( lexer.getBuffer() + in hostPort()319 public static void main(String args[]) throws ParseException { in main()[all …]
META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
172 throws ParseException, IOException in configuration()179 throws ParseException in injars()185 throws ParseException in injars()193 throws ParseException in outjars()199 throws ParseException in outjars()208 throws ParseException in libraryjars()214 throws ParseException in libraryjars()282 throws ParseException in keep()289 throws ParseException in keep()301 throws ParseException in keep()[all …]
36 import java.text.ParseException;88 throws ParseException { in createAcceptEncodingHeader()109 throws ParseException { in createAcceptHeader()161 throws ParseException { in createAllowEventsHeader()177 public AllowHeader createAllowHeader(String method) throws ParseException { in createAllowHeader()197 throws ParseException { in createAuthenticationInfoHeader()216 throws ParseException { in createAuthorizationHeader()238 throws ParseException, InvalidArgumentException { in createCSeqHeader()255 throws ParseException, InvalidArgumentException { in createCSeqHeader()268 throws ParseException { in createCallIdHeader()[all …]
32 import java.text.ParseException;105 public void setParameter(String name, String value) throws ParseException { in setParameter()131 throw new ParseException(value in setParameter()196 public void setRealm(String realm) throws ParseException { in setRealm()227 public void setNonce(String nonce) throws ParseException { in setNonce()293 public void setAlgorithm(String algorithm) throws ParseException { in setAlgorithm()321 public void setQop(String qop) throws ParseException { in setQop()349 public void setOpaque(String opaque) throws ParseException { in setOpaque()377 public void setDomain(String domain) throws ParseException { in setDomain()423 public void setCNonce(String cnonce) throws ParseException { in setCNonce()[all …]
27 import java.text.ParseException;147 public void setCNonce(String cNonce) throws ParseException { in setCNonce()159 public void setNextNonce(String nextNonce) throws ParseException { in setNextNonce()171 public void setNonceCount(int nonceCount) throws ParseException { in setNonceCount()173 throw new ParseException("bad value", 0); in setNonceCount()189 public void setQop(String qop) throws ParseException { in setQop()203 public void setResponse(String response) throws ParseException { in setResponse()207 public void setParameter(String name, String value) throws ParseException { in setParameter()226 throw new ParseException( in setParameter()
46 import java.text.ParseException;129 public SIPMessage parseSIPMessage(byte[] msgBuffer) throws ParseException { in parseSIPMessage()169 throw new ParseException("Bad message encoding!", 0); in parseSIPMessage()188 throw new ParseException("Bad header continuation.", 0); in parseSIPMessage()210 if (message == null) throw new ParseException("Bad message", 0); in parseSIPMessage()240 public SIPMessage parseSIPMessage(String msgString) throws ParseException { in parseSIPMessage()299 throw new ParseException("Bad header continuation.", 0); in parseSIPMessage()331 throw new ParseException("Extraneous characters at the end of the message ",i); in parseSIPMessage()357 private SIPMessage processFirstLine(String firstLine) throws ParseException { in processFirstLine()365 } catch (ParseException ex) { in processFirstLine()[all …]
36 import java.text.ParseException;115 protected String unreserved() throws ParseException { in unreserved()127 protected String paramNameOrValue() throws ParseException { in paramNameOrValue()152 private NameValue uriParam() throws ParseException { in uriParam()194 protected String reserved() throws ParseException { in reserved()213 protected String escaped() throws ParseException { in escaped()237 protected String mark() throws ParseException { in mark()299 } catch (ParseException ex) { in uricNoSlash()308 protected String uricString() throws ParseException { in uricString()335 public GenericURI uriReference( boolean inBrackets ) throws ParseException { in uriReference()[all …]
31 import java.text.ParseException;44 protected ParseException createParseException(String exceptionString) { in createParseException()45 return new ParseException( in createParseException()54 protected String sipVersion() throws ParseException { in sipVersion()76 protected String method() throws ParseException { in method()112 public static final void checkToken( String token ) throws ParseException { in checkToken()115 throw new ParseException("null or empty token", -1 ); in checkToken()120 … throw new ParseException( "Invalid character(s) in string (not allowed in 'token')", i ); in checkToken()
30 import java.text.ParseException;93 throws ParseException { in createSipURI()100 } catch (ParseException ex) { in createSipURI()102 throw new ParseException(ex.getMessage(), 0); in createSipURI()113 throws ParseException { in createSipURI()135 } catch (ParseException ex) { in createSipURI()136 throw new ParseException(ex.getMessage(), 0); in createSipURI()148 throws ParseException { in createTelURL()156 } catch (ParseException ex) { in createTelURL()157 throw new ParseException(ex.getMessage(), 0); in createTelURL()[all …]
3 import java.text.ParseException;19 Object content) throws ParseException; in createRequest()24 byte[] content) throws ParseException; in createRequest()28 MaxForwardsHeader maxForwards) throws ParseException; in createRequest()30 Request createRequest(String request) throws ParseException; in createRequest()35 Object content) throws ParseException; in createResponse()40 byte[] content) throws ParseException; in createResponse()44 MaxForwardsHeader maxForwards) throws ParseException; in createResponse()48 throws ParseException; in createResponse()52 throws ParseException; in createResponse()[all …]
142 throws ParseException, IOException in parse()157 …OPTION .startsWith(nextWord)) throw new ParseException("The '-resourc… in parse()217 throw new ParseException("Unknown option " + reader.locationDescription()); in parse()237 private long parseIncludeArgument(long lastModified) throws ParseException, IOException in parseIncludeArgument()251 private void parseBaseDirectoryArgument() throws ParseException, IOException in parseBaseDirectoryArgument()264 throws ParseException, IOException in parseClassPathArgument()303 …throw new ParseException("Expecting separating '" + ConfigurationConstants.ARGUMENT_SEPARATOR_KEYW… in parseClassPathArgument()354 …throw new ParseException("Expecting class path separator '" + ConfigurationConstants.JAR_SEPARATOR… in parseClassPathArgument()362 throws ParseException, IOException in parseClassVersion()370 throw new ParseException("Unsupported java version " + reader.locationDescription()); in parseClassVersion()[all …]
36 import org.apache.http.ParseException;115 throws ParseException { in parseProtocolVersion()135 throws ParseException { in parseProtocolVersion()156 throw new ParseException in parseProtocolVersion()170 throw new ParseException in parseProtocolVersion()179 throw new ParseException in parseProtocolVersion()187 throw new ParseException in parseProtocolVersion()201 throw new ParseException( in parseProtocolVersion()280 throws ParseException { in parseRequestLine()308 throws ParseException { in parseRequestLine()[all …]
3 import java.text.ParseException;7 Address createAddress(String address) throws ParseException; in createAddress()10 throws ParseException; in createAddress()11 SipURI createSipURI(String uri) throws ParseException; in createSipURI()12 SipURI createSipURI(String user, String host) throws ParseException; in createSipURI()13 TelURL createTelURL(String uri) throws ParseException; in createTelURL()14 URI createURI(String uri) throws ParseException; in createURI()
37 import java.text.ParseException;95 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in setChargingCollectionFunctionAddress()102 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in addChargingCollectionFunctionAddress()109 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in removeChargingCollectionFunctionAddress()122 public void setEventChargingFunctionAddress(String ecfAddress)throws ParseException; in setEventChargingFunctionAddress()129 public void addEventChargingFunctionAddress(String ecfAddress) throws ParseException; in addEventChargingFunctionAddress()136 public void removeEventChargingFunctionAddress(String ecfAddress) throws ParseException; in removeEventChargingFunctionAddress()
34 import java.text.ParseException;109 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in setChargingCollectionFunctionAddress()127 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in addChargingCollectionFunctionAddress()144 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in removeChargingCollectionFunctionAddress()153 throw new ParseException("CCF Address Not Removed",0); in removeChargingCollectionFunctionAddress()192 public void setEventChargingFunctionAddress(String ecfAddress) throws ParseException { in setEventChargingFunctionAddress()210 public void addEventChargingFunctionAddress(String ecfAddress) throws ParseException { in addEventChargingFunctionAddress()227 public void removeEventChargingFunctionAddress(String ecfAddress) throws ParseException { in removeEventChargingFunctionAddress()236 throw new java.text.ParseException("ECF Address Not Removed",0); in removeEventChargingFunctionAddress()295 public void setValue(String value) throws ParseException { in setValue()[all …]
34 import java.text.ParseException;97 public void setAccessType(String accessTypeVal) throws ParseException; in setAccessType()101 public void setCGI3GPP(String cgi) throws ParseException; in setCGI3GPP()105 public void setUtranCellID3GPP(String utranCellID) throws ParseException; in setUtranCellID3GPP()109 public void setDSLLocation(String dslLocation) throws ParseException; in setDSLLocation()113 public void setCI3GPP2(String ci2Gpp2) throws ParseException; in setCI3GPP2()117 public void setExtensionAccessInfo(Object extendAccessInfo) throws ParseException; in setExtensionAccessInfo()
31 import java.text.ParseException;100 public void setCGI3GPP(String cgi) throws ParseException { in setCGI3GPP()126 public void setUtranCellID3GPP(String utranCellID) throws ParseException { in setUtranCellID3GPP()151 public void setDSLLocation(String dslLocation) throws ParseException { in setDSLLocation()176 public void setCI3GPP2(String ci3Gpp2) throws ParseException { in setCI3GPP2()212 } catch (ParseException e) { in setParameter()231 throws ParseException { in setExtensionAccessInfo()269 public void setValue(String value) throws ParseException { in setValue()270 throw new ParseException(value, 0); in setValue()
32 import java.text.ParseException;57 public void setSecurityMechanism(String secMech) throws ParseException; in setSecurityMechanism()64 public void setEncryptionAlgorithm(String ealg) throws ParseException; in setEncryptionAlgorithm()71 public void setAlgorithm(String alg) throws ParseException; in setAlgorithm()78 public void setProtocol(String prot) throws ParseException; in setProtocol()85 public void setMode(String mod) throws ParseException; in setMode()
31 import java.text.ParseException;125 Object content) throws ParseException { in createRequest()181 ContentTypeHeader contentType) throws ParseException { in createRequest()186 throw new ParseException( in createRequest()233 List via, MaxForwardsHeader maxForwards) throws ParseException { in createRequest()237 throw new ParseException( in createRequest()289 ContentTypeHeader contentType) throws ParseException { in createResponse()346 ContentTypeHeader contentType) throws ParseException { in createResponse()392 MaxForwardsHeader maxForwards) throws ParseException { in createResponse()395 throw new ParseException( in createResponse()[all …]