Skip to content

Commit 72855b9

Browse files
Merge pull request #47 from dynamsoft-docs/preview
update to internal commit 9fd56d25
2 parents 0ee6e40 + 78edf64 commit 72855b9

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
4343
dcvb_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
4444
dcvb_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
4545
dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/
46+
dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/
4647
dcvb_arch: /capture-vision/docs/core/architecture/
4748
dcvb_introduction: /capture-vision/docs/core/introduction/
4849

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: LabelRecognizerException Class - Dynamsoft Label Recognizer Module Java Edition API Reference
4+
description: Definition of LabelRecognizerException class in Dynamsoft Label Recognizer Module Java Edition.
5+
keywords: label recognizer module, java
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
8+
---
9+
10+
# LabelRecognizerException
11+
12+
The `LabelRecognizerException` class represents an exception that can be thrown by the Dynamsoft Label Recognizer module. This class extends [`CoreException`]({{ site.dcvb_java_api }}core/core-exception.html) and provides specific error handling for label recognizer operations.
13+
14+
## Definition
15+
16+
*Package:* com.dynamsoft.dlr
17+
18+
```java
19+
public class LabelRecognizerException extends CoreException
20+
```
21+
22+
## Inheritance
23+
24+
`LabelRecognizerException` -> [`CoreException`]({{ site.dcvb_java_api }}core/core-exception.html)
25+
26+
## Inherited Members
27+
28+
Since `LabelRecognizerException` 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+

0 commit comments

Comments
 (0)