From edf99237651912c729ae89464ca8cc1305c55957 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Thu, 24 Mar 2011 14:45:36 +0000 Subject: Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler. --- doc/index-files/index-5.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/index-files/index-5.html') diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 048b8e4..f190393 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,12 +2,12 @@ - + E-Index - + @@ -93,6 +93,9 @@ Constructor for exception uk.org.ury.common.library.exceptions.encode(Map<String, Object>) - Static method in class uk.org.ury.common.protocol.ProtocolUtils
Encode a key-value map into a protocol string. +
EncodeFailureException - Exception in uk.org.ury.common.protocol.exceptions
Exception thrown when the protocol encoder fails.
EncodeFailureException(Throwable) - +Constructor for exception uk.org.ury.common.protocol.exceptions.EncodeFailureException +
Construct a new EncodeFailureException with a chained exception.
executeQuery(String, int) - Method in class uk.org.ury.backend.database.DatabaseDriver
Execute an unprepared SQL statement with no arguments. -- cgit v1.2.3