OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DateParseException
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/impl/cookie/
DateParseException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/
DateParseException
.java $
47
public class
DateParseException
extends Exception {
54
public
DateParseException
() {
61
public
DateParseException
(String message) {
BasicExpiresHandler.java
65
} catch (
DateParseException
dpe) {
DateUtils.java
101
* @throws
DateParseException
if the value could not be parsed using any of the
104
public static Date parseDate(String dateValue) throws
DateParseException
{
116
* @throws
DateParseException
if none of the dataFormats could parse the dateValue
119
throws
DateParseException
{
135
* @throws
DateParseException
if none of the dataFormats could parse the dateValue
141
) throws
DateParseException
{
173
throw new
DateParseException
("Unable to parse the date " + dateValue);
BrowserCompatSpec.java
128
} catch (
DateParseException
e) {
Completed in 2745 milliseconds