Package org.archive.wayback.memento

Examples of org.archive.wayback.memento.TimeGateBadQueryException


      }
    }
   
    // Accept-Datetime specified but is invalid and timestamp not specified, must return a 400
    if (invalidAcceptDateTime && (date == null)) {
      throw new TimeGateBadQueryException("Invald Memento TimeGate datetime request, Accept-Datetime: " + acceptDateTime, requestPath);
    }
   
    WaybackRequest wbRequest = this.parse(requestPath, accessPoint, date);
   
    if (wbRequest != null) {
View Full Code Here

TOP

Related Classes of org.archive.wayback.memento.TimeGateBadQueryException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.