Skip to content

Commit f861097

Browse files
Merge pull request #46 from dynamsoft-docs/preview
update to internal commit 895a77d2
2 parents bd003c3 + c360a78 commit f861097

10 files changed

+54
-20
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ddn_dotnet_release_notes: /document-normalizer/docs/server/programming/dotnet/re
1919
ddn_python: /document-normalizer/docs/server/programming/python/
2020
ddn_python_api: /document-normalizer/docs/server/programming/python/api-reference/
2121
ddn_python_release_notes: /document-normalizer/docs/server/programming/python/release-notes/
22+
ddn_java: /document-normalizer/docs/server/programming/java/
23+
ddn_java_api: /document-normalizer/docs/server/programming/java/api-reference/
2224

2325
ddn_js: /document-normalizer/docs/web/programming/javascript/
2426
ddn_ios: /document-normalizer/docs/mobile/programming/ios/
@@ -31,6 +33,7 @@ dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
3133
dcvb_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
3234
dcvb_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
3335
dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/
36+
dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/
3437
dcvb_introduction: /capture-vision/docs/core/introduction/
3538
dcvb_enumerations: /capture-vision/docs/core/enums/
3639

programming/java/api-reference/candidate-quad-edges-unit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Returns the `Edge` object got by the specific index.
6161

6262
**Exceptions**
6363

64-
[`DocumentNormalizerException`](document-normalizer-exception.md)
64+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
6565

6666
**See Also**
6767

@@ -105,7 +105,7 @@ public void removeCandidateQuadEdge(int index) throws DocumentNormalizerExceptio
105105

106106
**Exceptions**
107107

108-
[`DocumentNormalizerException`](document-normalizer-exception.md)
108+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
109109

110110
### addCandidateQuadEdge
111111

@@ -124,7 +124,7 @@ public void addCandidateQuadEdge(Edge edge, double[] matrixToOriginalImage) thro
124124

125125
**Exceptions**
126126

127-
[`DocumentNormalizerException`](document-normalizer-exception.md)
127+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
128128

129129
**See Also**
130130

@@ -149,7 +149,7 @@ public void setCandidateQuadEdge(int index, Edge edge, double[] matrixToOriginal
149149

150150
**Exceptions**
151151

152-
[`DocumentNormalizerException`](document-normalizer-exception.md)
152+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
153153

154154
**See Also**
155155

programming/java/api-reference/corners-unit.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Gets a `Corner` object from current object by specifying a index.
5050
```java
5151
public Corner getCorner(int index) throws DocumentNormalizerException
5252
```
53-
```
5453

5554
**Parameters**
5655

@@ -62,7 +61,7 @@ Returns the `Corner` object got by the specific index.
6261

6362
**Exceptions**
6463

65-
[`DocumentNormalizerException`](document-normalizer-exception.md)
64+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
6665

6766
**See Also**
6867

@@ -94,7 +93,7 @@ public void removeAllCorners() throws DocumentNormalizerException
9493

9594
**Exceptions**
9695

97-
[`DocumentNormalizerException`](document-normalizer-exception.md)
96+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
9897

9998
### removeCorner
10099

@@ -110,7 +109,7 @@ public void removeCorner(int index) throws DocumentNormalizerException
110109

111110
**Exceptions**
112111

113-
[`DocumentNormalizerException`](document-normalizer-exception.md)
112+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
114113

115114
### addCorner
116115

@@ -129,7 +128,7 @@ public void addCorner(Corner corner, double[] matrixToOriginalImage) throws Docu
129128

130129
**Exceptions**
131130

132-
[`DocumentNormalizerException`](document-normalizer-exception.md)
131+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
133132

134133
**See Also**
135134

@@ -154,7 +153,7 @@ public void setCorner(int index, Corner corner, double[] matrixToOriginalImage)
154153

155154
**Exceptions**
156155

157-
[`DocumentNormalizerException`](document-normalizer-exception.md)
156+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
158157

159158
**See Also**
160159

programming/java/api-reference/deskewed-image-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException
4949

5050
**Exceptions**
5151

52-
[`DocumentNormalizerException`](document-normalizer-exception.md)
52+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
5353

5454
**See Also**
5555

programming/java/api-reference/deskewed-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void setDeskewedImage(DeskewedImageElement element, double[] matrixToOrig
5959

6060
**Exceptions**
6161

62-
[`DocumentNormalizerException`](document-normalizer-exception.md)
62+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
6363

6464
**See Also**
6565

programming/java/api-reference/detected-quad-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void setLocation(Quadrilateral location) throws DocumentNormalizerExcepti
6161

6262
**Exceptions**
6363

64-
[`DocumentNormalizerException`](document-normalizer-exception.md)
64+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
6565

6666
**See Also**
6767

programming/java/api-reference/detected-quads-unit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void removeDetectedQuad(int index) throws DocumentNormalizerException
101101

102102
**Exceptions**
103103

104-
[`DocumentNormalizerException`](document-normalizer-exception.md)
104+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
105105

106106
### addDetectedQuad
107107

@@ -120,7 +120,7 @@ public void addDetectedQuad(DetectedQuadElement element, double[] matrixToOrigin
120120

121121
**Exceptions**
122122

123-
[`DocumentNormalizerException`](document-normalizer-exception.md)
123+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
124124

125125
**See Also**
126126

@@ -145,7 +145,7 @@ public void setDetectedQuad(int index, DetectedQuadElement element, double[] mat
145145

146146
**Exceptions**
147147

148-
[`DocumentNormalizerException`](document-normalizer-exception.md)
148+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
149149

150150
**See Also**
151151

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default-layout
3+
title: DocumentNormalizerException Class - Dynamsoft Document Normalizer Module Java Edition API Reference
4+
description: Definition of DocumentNormalizerException class in Dynamsoft Document Normalizer Module Java Edition.
5+
keywords: document normalizer module, java
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
8+
---
9+
10+
# DocumentNormalizerException
11+
12+
The `DocumentNormalizerException` class represents an exception that can be thrown by the Dynamsoft Document Normalizer module. This class extends [`CoreException`]({{ site.dcvb_java_api }}core/core-exception.html) and provides specific error handling for document normalizer operations.
13+
14+
## Definition
15+
16+
*Package:* com.dynamsoft.ddn
17+
18+
```java
19+
public class DocumentNormalizerException extends CoreException
20+
```
21+
22+
## Inheritance
23+
24+
`DocumentNormalizerException` -> [`CoreException`]({{ site.dcvb_java_api }}core/core-exception.html)
25+
26+
## Inherited Members
27+
28+
Since `DocumentNormalizerException` extends [`CoreException`]({{ site.dcvb_java_api }}core/core-exception.html), it inherits all the properties and methods from the parent class, including:
29+
30+
- `getErrorCode()` - Returns the error code.
31+
- `getErrorString()` - Returns the error string.
32+

programming/java/api-reference/enhanced-image-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void setImageData(ImageData imageData) throws DocumentNormalizerException
4848

4949
**Exceptions**
5050

51-
[`DocumentNormalizerException`](document-normalizer-exception.md)
51+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
5252

5353
**See Also**
5454

programming/java/api-reference/long-lines-unit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void removeLongLine(int index) throws DocumentNormalizerException
101101

102102
**Exceptions**
103103

104-
[`DocumentNormalizerException`](document-normalizer-exception.md)
104+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
105105

106106
### addLongLine
107107

@@ -120,7 +120,7 @@ public void addLongLine(LineSegment line, double[] matrixToOriginalImage) throws
120120

121121
**Exceptions**
122122

123-
[`DocumentNormalizerException`](document-normalizer-exception.md)
123+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)
124124

125125
**See Also**
126126

@@ -145,4 +145,4 @@ public void setLongLine(int index, LineSegment line, double[] matrixToOriginalIm
145145

146146
**Exceptions**
147147

148-
[`DocumentNormalizerException`](document-normalizer-exception.md)
148+
[`DocumentNormalizerException`]({{ site.ddn_java_api }}document-normalizer-exception.html)

0 commit comments

Comments
 (0)