summaryrefslogtreecommitdiff
path: root/lib/compress/CompressException.txt
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
committerReinhard Tartler <siretart@tauware.de>2007-02-14 09:01:45 +0100
commitaa2943800f9c00823720af98da036813ebf5cd2c (patch)
tree099cc0264d32a36ab89aa3f48cbf34612c3cd225 /lib/compress/CompressException.txt
initial commit
Diffstat (limited to 'lib/compress/CompressException.txt')
-rw-r--r--lib/compress/CompressException.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/compress/CompressException.txt b/lib/compress/CompressException.txt
new file mode 100644
index 00000000..278b76d3
--- /dev/null
+++ b/lib/compress/CompressException.txt
@@ -0,0 +1,12 @@
+EXCEPTION Compress 6
+
+Internal 0
+InitFailed 1
+EndFailed 2
+BadUsageInputNotRequired 3
+TransformFailed 4
+CopyCompressStreamNotAllowed 5
+NullPointerPassedToCompressStream 6
+CompressStreamReadSupportNotRequested 7 Specify read in the constructor
+CompressStreamWriteSupportNotRequested 8 Specify write in the constructor
+CannotWriteToClosedCompressStream 9