diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-15 18:07:20 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-15 18:07:20 +0200 |
commit | 0b663afa4d0167df1e838e1f37bb5862e8951037 (patch) | |
tree | 1b962dedd3c2e1eba042c89fbf6191b42218bd36 /pdf-as-common/src/main/resources | |
parent | d9dcd54eae2b3a8e46dce69c96eca7c97f1be429 (diff) | |
download | pdf-as-4-0b663afa4d0167df1e838e1f37bb5862e8951037.tar.gz pdf-as-4-0b663afa4d0167df1e838e1f37bb5862e8951037.tar.bz2 pdf-as-4-0b663afa4d0167df1e838e1f37bb5862e8951037.zip |
PDF-AS Errorhandling redesign only PDFASError Exceptions are returned
!
Diffstat (limited to 'pdf-as-common/src/main/resources')
-rw-r--r-- | pdf-as-common/src/main/resources/resources/messages/error.properties | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pdf-as-common/src/main/resources/resources/messages/error.properties b/pdf-as-common/src/main/resources/resources/messages/error.properties new file mode 100644 index 00000000..2bacde27 --- /dev/null +++ b/pdf-as-common/src/main/resources/resources/messages/error.properties @@ -0,0 +1,24 @@ +10000=Generic Error +10001=No Input provided + +11001=Failed to create signature +11002=Failed to open keystore +11003=Failed to start signature process +11004=Invalid PDF-AS status handed over +11005=Failed to continue signature process +11006=Failed to finish signature process +11007=Failed to determine Signature Profile +11008=Signature created by the BKU is not valid +11009=Signature profile %s not available +11010=No signature data available +11011=No data sink available +11012=Document is protected +11013=Invalid Alias for Keystore Entry +11014=Invalid Keystore Type +11015=Keystore password is null +11016=Keyentry password is null +11017=Failed to retrieve certificate +11018=Given Alias contains no private key +11019=Signature was created for wrong certificate + +13001=Invalid Configuration Object
\ No newline at end of file |