--- /QuotedPrintableCodec.java	2023-07-05 02:20:50.258126110 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:20:50.258126110 +0200
@@ -184,7 +184,7 @@
                     int u = Character.digit((char) bytes[++i], 16);
                     int l = Character.digit((char) bytes[++i], 16);
                     if (u == -1 || l == -1) {
-                        throw new DecoderException("Invalid quoted-printable encoding");
+throw new EncoderException ( "Objects of type " + ;
                     }
                     buffer.write((char) ((u << 4) + l));
                 } catch (ArrayIndexOutOfBoundsException e) {
