Identify bad responses coming back from the server, and throw a specific exception...
authorChris Jaekl <cejaekl@yahoo.com>
Sat, 13 Dec 2014 05:02:45 +0000 (00:02 -0500)
committerChris Jaekl <cejaekl@yahoo.com>
Sat, 13 Dec 2014 05:02:45 +0000 (00:02 -0500)
commitd870b8b1ca2e633b0f2b58969cc042888d07db6e
tree2519475f28d6d316724ed4fb219771ae4c8683d4
parent07c8e189128f4fb3be7f49db75b48cf9e2e3de6e
Identify bad responses coming back from the server, and throw a specific exception.  Eventual goal is to react to this exception with a user-friendly error page.
prod/net/jaekl/qd/http/InvalidResponseException.java [new file with mode: 0644]
prod/net/jaekl/qd/http/RequestBroker.java
prod/net/jaekl/qd/xml/ParseErrorHandler.java [new file with mode: 0644]
test/net/jaekl/frank/octranspo/ServerTest.java
test/net/jaekl/qd/http/RequestBrokerMock.java
test/net/jaekl/qd/http/RequestBrokerTest.java