diff options
Diffstat (limited to 'docs/full/at/gv/egiz/pdfas/api/exceptions/ErrorCode.html')
-rw-r--r-- | docs/full/at/gv/egiz/pdfas/api/exceptions/ErrorCode.html | 1132 |
1 files changed, 1132 insertions, 0 deletions
diff --git a/docs/full/at/gv/egiz/pdfas/api/exceptions/ErrorCode.html b/docs/full/at/gv/egiz/pdfas/api/exceptions/ErrorCode.html new file mode 100644 index 00000000..03544b0c --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/exceptions/ErrorCode.html @@ -0,0 +1,1132 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 10:19:18 CET 2014 --> +<title>ErrorCode</title> +<meta name="date" content="2014-02-20"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ErrorCode"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html" title="class in at.gv.egiz.pdfas.api.exceptions"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.api.exceptions"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?at/gv/egiz/pdfas/api/exceptions/ErrorCode.html" target="_top">Frames</a></li> +<li><a href="ErrorCode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">at.gv.egiz.pdfas.api.exceptions</div> +<h2 title="Class ErrorCode" class="title">Class ErrorCode</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>at.gv.egiz.pdfas.api.exceptions.ErrorCode</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<div class="block"><strong>Deprecated.</strong></div> +<br> +<pre>@Deprecated +public final class <span class="strong">ErrorCode</span> +extends java.lang.Object</pre> +<div class="block">Contains constants for the error codes. + + <p> + In Java 1.5 this would be an enum. + </p></div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#BKU_NOT_SUPPORTED">BKU_NOT_SUPPORTED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#CANNOT_WRITE_PDF">CANNOT_WRITE_PDF</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#CAPTION_NOT_FOUND_EXCEPTION">CAPTION_NOT_FOUND_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#CERTIFICATE_NOT_FOUND">CERTIFICATE_NOT_FOUND</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#CIRCULAR_INCLUDE_INSTRUCTION_DETECTED">CIRCULAR_INCLUDE_INSTRUCTION_DETECTED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#CORRECTOR_EXCEPTION">CORRECTOR_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#COULDNT_VERIFY">COULDNT_VERIFY</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#DETACHED_SIGNATURE_NOT_SUPPORTED">DETACHED_SIGNATURE_NOT_SUPPORTED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#DOCUMENT_CANNOT_BE_READ">DOCUMENT_CANNOT_BE_READ</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#DOCUMENT_IS_PROTECTED">DOCUMENT_IS_PROTECTED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#DOCUMENT_NOT_SIGNED">DOCUMENT_NOT_SIGNED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#EXTERNAL_CORRECTOR_TIMEOUT_REACHED">EXTERNAL_CORRECTOR_TIMEOUT_REACHED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#EXTERNAL_ERROR">EXTERNAL_ERROR</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#FONT_NOT_FOUND">FONT_NOT_FOUND</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#FUNCTION_NOT_AVAILABLE">FUNCTION_NOT_AVAILABLE</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#INVALID_SIGNATURE_DICTIONARY">INVALID_SIGNATURE_DICTIONARY</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED">INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#INVALID_SIGNATURE_POSITION">INVALID_SIGNATURE_POSITION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#INVALID_SIGNING_TIME">INVALID_SIGNING_TIME</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#KZ_SETTING_NOT_FOUND">KZ_SETTING_NOT_FOUND</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#MISSING_HEADER_SERVER_USER_AGENT">MISSING_HEADER_SERVER_USER_AGENT</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#MODIFIED_AFTER_SIGNATION">MODIFIED_AFTER_SIGNATION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA">NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#NO_TEXTUAL_CONTENT">NO_TEXTUAL_CONTENT</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#NON_BINARY_SIGNATURES_PRESENT">NON_BINARY_SIGNATURES_PRESENT</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#NORMALIZER_EXCEPTION">NORMALIZER_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#NOT_SEMANTICALLY_EQUAL">NOT_SEMANTICALLY_EQUAL</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#OUT_OF_MEMORY_ERROR">OUT_OF_MEMORY_ERROR</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#PLACEHOLDER_EXCEPTION">PLACEHOLDER_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#PROFILE_NOT_DEFINED">PROFILE_NOT_DEFINED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#PROFILE_NOT_USABLE_FOR_TEXT">PROFILE_NOT_USABLE_FOR_TEXT</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SERIAL_NUMBER_INVALID">SERIAL_NUMBER_INVALID</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SESSION_EXPIRED">SESSION_EXPIRED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SETTING_NOT_FOUND">SETTING_NOT_FOUND</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SETTINGS_EXCEPTION">SETTINGS_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIG_CERTIFICATE_CANNOT_BE_READ">SIG_CERTIFICATE_CANNOT_BE_READ</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNATURE_COULDNT_BE_CREATED">SIGNATURE_COULDNT_BE_CREATED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED">SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE">SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> +<div class="block">Error code for <code>SignatureException</code>s occurring when trying to sign with a certain signature profile that + is not allowed to be used for signature, e.g.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNATURE_TYPES_EXCEPTION">SIGNATURE_TYPES_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNATURE_VERIFICATION_NOT_SUPPORTED">SIGNATURE_VERIFICATION_NOT_SUPPORTED</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#SIGNED_TEXT_EMPTY">SIGNED_TEXT_EMPTY</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#TEXT_EXTRACTION_EXCEPTION">TEXT_EXTRACTION_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNABLE_TO_LOAD_DEFAULT_CONFIG">UNABLE_TO_LOAD_DEFAULT_CONFIG</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNABLE_TO_PARSE_ID">UNABLE_TO_PARSE_ID</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNABLE_TO_RECEIVE_SUITABLE_RESPONSE">UNABLE_TO_RECEIVE_SUITABLE_RESPONSE</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNKNOWN_ERROR">UNKNOWN_ERROR</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNSUPPORTED_REPLACES_NAME">UNSUPPORTED_REPLACES_NAME</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#UNSUPPORTED_SIGNATURE">UNSUPPORTED_SIGNATURE</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#WEB_EXCEPTION">WEB_EXCEPTION</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#WRAPPED_ERROR_CODE">WRAPPED_ERROR_CODE</a></strong></code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ErrorCode.html#ErrorCode()">ErrorCode</a></strong>()</code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="EXTERNAL_ERROR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EXTERNAL_ERROR</h4> +<pre>public static final int EXTERNAL_ERROR</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.EXTERNAL_ERROR">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNKNOWN_ERROR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNKNOWN_ERROR</h4> +<pre>public static final int UNKNOWN_ERROR</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNKNOWN_ERROR">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="OUT_OF_MEMORY_ERROR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OUT_OF_MEMORY_ERROR</h4> +<pre>public static final int OUT_OF_MEMORY_ERROR</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.OUT_OF_MEMORY_ERROR">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SETTING_NOT_FOUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SETTING_NOT_FOUND</h4> +<pre>public static final int SETTING_NOT_FOUND</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SETTING_NOT_FOUND">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SETTINGS_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SETTINGS_EXCEPTION</h4> +<pre>public static final int SETTINGS_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SETTINGS_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="KZ_SETTING_NOT_FOUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KZ_SETTING_NOT_FOUND</h4> +<pre>public static final int KZ_SETTING_NOT_FOUND</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.KZ_SETTING_NOT_FOUND">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA</h4> +<pre>public static final int NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.NO_EMBEDABLE_TTF_CONFIGURED_FOR_PDFA">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED</h4> +<pre>public static final int INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.INVALID_SIGNATURE_LAYOUT_IMPL_CONFIGURED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="MISSING_HEADER_SERVER_USER_AGENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MISSING_HEADER_SERVER_USER_AGENT</h4> +<pre>public static final int MISSING_HEADER_SERVER_USER_AGENT</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.MISSING_HEADER_SERVER_USER_AGENT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="CIRCULAR_INCLUDE_INSTRUCTION_DETECTED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CIRCULAR_INCLUDE_INSTRUCTION_DETECTED</h4> +<pre>public static final int CIRCULAR_INCLUDE_INSTRUCTION_DETECTED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.CIRCULAR_INCLUDE_INSTRUCTION_DETECTED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNABLE_TO_LOAD_DEFAULT_CONFIG"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNABLE_TO_LOAD_DEFAULT_CONFIG</h4> +<pre>public static final int UNABLE_TO_LOAD_DEFAULT_CONFIG</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNABLE_TO_LOAD_DEFAULT_CONFIG">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DOCUMENT_CANNOT_BE_READ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOCUMENT_CANNOT_BE_READ</h4> +<pre>public static final int DOCUMENT_CANNOT_BE_READ</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.DOCUMENT_CANNOT_BE_READ">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TEXT_EXTRACTION_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEXT_EXTRACTION_EXCEPTION</h4> +<pre>public static final int TEXT_EXTRACTION_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.TEXT_EXTRACTION_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="CANNOT_WRITE_PDF"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CANNOT_WRITE_PDF</h4> +<pre>public static final int CANNOT_WRITE_PDF</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.CANNOT_WRITE_PDF">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DOCUMENT_NOT_SIGNED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOCUMENT_NOT_SIGNED</h4> +<pre>public static final int DOCUMENT_NOT_SIGNED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.DOCUMENT_NOT_SIGNED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNATURE_TYPES_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNATURE_TYPES_EXCEPTION</h4> +<pre>public static final int SIGNATURE_TYPES_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNATURE_TYPES_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="FONT_NOT_FOUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FONT_NOT_FOUND</h4> +<pre>public static final int FONT_NOT_FOUND</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.FONT_NOT_FOUND">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DOCUMENT_IS_PROTECTED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOCUMENT_IS_PROTECTED</h4> +<pre>public static final int DOCUMENT_IS_PROTECTED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.DOCUMENT_IS_PROTECTED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="INVALID_SIGNATURE_DICTIONARY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INVALID_SIGNATURE_DICTIONARY</h4> +<pre>public static final int INVALID_SIGNATURE_DICTIONARY</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.INVALID_SIGNATURE_DICTIONARY">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED</h4> +<pre>public static final int SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNATURE_PLACEHOLDER_EXTRACTION_FAILED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE</h4> +<pre>public static final int SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<div class="block">Error code for <code>SignatureException</code>s occurring when trying to sign with a certain signature profile that + is not allowed to be used for signature, e.g. because ist has been set to + <p/> + <code>sig_obj.types.<PROFILE_ID> = verify_only</code></div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNATURE_PROFILE_IS_NOT_ALLOWED_FOR_SIGNATURE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="INVALID_SIGNATURE_POSITION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INVALID_SIGNATURE_POSITION</h4> +<pre>public static final int INVALID_SIGNATURE_POSITION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.INVALID_SIGNATURE_POSITION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="NO_TEXTUAL_CONTENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NO_TEXTUAL_CONTENT</h4> +<pre>public static final int NO_TEXTUAL_CONTENT</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.NO_TEXTUAL_CONTENT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNATURE_COULDNT_BE_CREATED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNATURE_COULDNT_BE_CREATED</h4> +<pre>public static final int SIGNATURE_COULDNT_BE_CREATED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNATURE_COULDNT_BE_CREATED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNED_TEXT_EMPTY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNED_TEXT_EMPTY</h4> +<pre>public static final int SIGNED_TEXT_EMPTY</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNED_TEXT_EMPTY">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="PROFILE_NOT_DEFINED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PROFILE_NOT_DEFINED</h4> +<pre>public static final int PROFILE_NOT_DEFINED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.PROFILE_NOT_DEFINED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SERIAL_NUMBER_INVALID"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SERIAL_NUMBER_INVALID</h4> +<pre>public static final int SERIAL_NUMBER_INVALID</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SERIAL_NUMBER_INVALID">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIG_CERTIFICATE_CANNOT_BE_READ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIG_CERTIFICATE_CANNOT_BE_READ</h4> +<pre>public static final int SIG_CERTIFICATE_CANNOT_BE_READ</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIG_CERTIFICATE_CANNOT_BE_READ">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="PROFILE_NOT_USABLE_FOR_TEXT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PROFILE_NOT_USABLE_FOR_TEXT</h4> +<pre>public static final int PROFILE_NOT_USABLE_FOR_TEXT</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.PROFILE_NOT_USABLE_FOR_TEXT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="COULDNT_VERIFY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>COULDNT_VERIFY</h4> +<pre>public static final int COULDNT_VERIFY</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.COULDNT_VERIFY">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="CERTIFICATE_NOT_FOUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CERTIFICATE_NOT_FOUND</h4> +<pre>public static final int CERTIFICATE_NOT_FOUND</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.CERTIFICATE_NOT_FOUND">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="NOT_SEMANTICALLY_EQUAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NOT_SEMANTICALLY_EQUAL</h4> +<pre>public static final int NOT_SEMANTICALLY_EQUAL</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.NOT_SEMANTICALLY_EQUAL">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="MODIFIED_AFTER_SIGNATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MODIFIED_AFTER_SIGNATION</h4> +<pre>public static final int MODIFIED_AFTER_SIGNATION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.MODIFIED_AFTER_SIGNATION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="NON_BINARY_SIGNATURES_PRESENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NON_BINARY_SIGNATURES_PRESENT</h4> +<pre>public static final int NON_BINARY_SIGNATURES_PRESENT</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.NON_BINARY_SIGNATURES_PRESENT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNSUPPORTED_REPLACES_NAME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNSUPPORTED_REPLACES_NAME</h4> +<pre>public static final int UNSUPPORTED_REPLACES_NAME</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNSUPPORTED_REPLACES_NAME">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNSUPPORTED_SIGNATURE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNSUPPORTED_SIGNATURE</h4> +<pre>public static final int UNSUPPORTED_SIGNATURE</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNSUPPORTED_SIGNATURE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="DETACHED_SIGNATURE_NOT_SUPPORTED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DETACHED_SIGNATURE_NOT_SUPPORTED</h4> +<pre>public static final int DETACHED_SIGNATURE_NOT_SUPPORTED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.DETACHED_SIGNATURE_NOT_SUPPORTED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SIGNATURE_VERIFICATION_NOT_SUPPORTED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIGNATURE_VERIFICATION_NOT_SUPPORTED</h4> +<pre>public static final int SIGNATURE_VERIFICATION_NOT_SUPPORTED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SIGNATURE_VERIFICATION_NOT_SUPPORTED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="INVALID_SIGNING_TIME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INVALID_SIGNING_TIME</h4> +<pre>public static final int INVALID_SIGNING_TIME</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.INVALID_SIGNING_TIME">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="BKU_NOT_SUPPORTED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BKU_NOT_SUPPORTED</h4> +<pre>public static final int BKU_NOT_SUPPORTED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.BKU_NOT_SUPPORTED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="WEB_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WEB_EXCEPTION</h4> +<pre>public static final int WEB_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.WEB_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNABLE_TO_RECEIVE_SUITABLE_RESPONSE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNABLE_TO_RECEIVE_SUITABLE_RESPONSE</h4> +<pre>public static final int UNABLE_TO_RECEIVE_SUITABLE_RESPONSE</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNABLE_TO_RECEIVE_SUITABLE_RESPONSE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="NORMALIZER_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NORMALIZER_EXCEPTION</h4> +<pre>public static final int NORMALIZER_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.NORMALIZER_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="SESSION_EXPIRED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SESSION_EXPIRED</h4> +<pre>public static final int SESSION_EXPIRED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.SESSION_EXPIRED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="PLACEHOLDER_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PLACEHOLDER_EXCEPTION</h4> +<pre>public static final int PLACEHOLDER_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.PLACEHOLDER_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="CAPTION_NOT_FOUND_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CAPTION_NOT_FOUND_EXCEPTION</h4> +<pre>public static final int CAPTION_NOT_FOUND_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.CAPTION_NOT_FOUND_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="UNABLE_TO_PARSE_ID"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNABLE_TO_PARSE_ID</h4> +<pre>public static final int UNABLE_TO_PARSE_ID</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.UNABLE_TO_PARSE_ID">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="CORRECTOR_EXCEPTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CORRECTOR_EXCEPTION</h4> +<pre>public static final int CORRECTOR_EXCEPTION</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.CORRECTOR_EXCEPTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="EXTERNAL_CORRECTOR_TIMEOUT_REACHED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EXTERNAL_CORRECTOR_TIMEOUT_REACHED</h4> +<pre>public static final int EXTERNAL_CORRECTOR_TIMEOUT_REACHED</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.EXTERNAL_CORRECTOR_TIMEOUT_REACHED">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="WRAPPED_ERROR_CODE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WRAPPED_ERROR_CODE</h4> +<pre>public static final int WRAPPED_ERROR_CODE</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.WRAPPED_ERROR_CODE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="FUNCTION_NOT_AVAILABLE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FUNCTION_NOT_AVAILABLE</h4> +<pre>public static final int FUNCTION_NOT_AVAILABLE</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#at.gv.egiz.pdfas.api.exceptions.ErrorCode.FUNCTION_NOT_AVAILABLE">Constant Field Values</a></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ErrorCode()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ErrorCode</h4> +<pre>public ErrorCode()</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/ConfigUtilsException.html" title="class in at.gv.egiz.pdfas.api.exceptions"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../at/gv/egiz/pdfas/api/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.api.exceptions"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?at/gv/egiz/pdfas/api/exceptions/ErrorCode.html" target="_top">Frames</a></li> +<li><a href="ErrorCode.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> |