diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-03-20 14:41:50 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-03-20 14:41:50 +0100 |
commit | f179c8db3574d03bb1b6b5be1bd86c9ea04073ad (patch) | |
tree | 2e409af0e8bd762d9d38dc2d9fe7bc3402d7c343 /pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions | |
parent | 0dc3dfacb8c8f5bbe4dff667a62dcfc879e06367 (diff) | |
download | pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.tar.gz pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.tar.bz2 pdf-as-4-f179c8db3574d03bb1b6b5be1bd86c9ea04073ad.zip |
added Placeholder ID and Mode configuration settings
Diffstat (limited to 'pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions')
-rw-r--r-- | pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java index cf57f742..7c2fb03c 100644 --- a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java +++ b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java @@ -25,4 +25,5 @@ public interface ErrorConstants { // Configuration Errors: public static final long ERROR_SET_INVALID_SETTINGS_OBJ = 13001; public static final long ERROR_INVALID_CERTIFICATE = 13002; + public static final long ERROR_INVALID_PLACEHOLDER_MODE = 13003; } |