azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

81 строка
7.4 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.FormRecognizerException"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerException"
name: "FormRecognizerException"
nameWithType: "FormRecognizerException"
summary: "General exception for Form<wbr>Recognizer client-side related failures."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Exception?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.RuntimeException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.exception.AzureException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed-java.lang.Throwable-\">addSuppressed</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--\">fillInStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause--\">getCause</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage--\">getLocalizedMessage</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getMessage--\">getMessage</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace--\">getStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed--\">getSuppressed</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause-java.lang.Throwable-\">initCause</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace--\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintStream-\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-\">printStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-\">setStackTrace</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--\">toString</a>"
syntax: "public class **FormRecognizerException**</br> extends <xref href=\"com.azure.core.exception.AzureException?alt=com.azure.core.exception.AzureException&text=AzureException\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerException.FormRecognizerException(java.lang.String,java.util.List<com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation>)"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerException.FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList)"
name: "FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList)"
nameWithType: "FormRecognizerException.FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList)"
summary: "Initializes a new instance of <xref uid=\"com.azure.ai.formrecognizer.models.FormRecognizerException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerException\"></xref> class"
parameters:
- description: "Text containing the details of the exception."
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The List of error information that caused the exception"
name: "errorInformationList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation?alt=com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation&text=FormRecognizerErrorInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList)"
desc: "Initializes a new instance of <xref uid=\"com.azure.ai.formrecognizer.models.FormRecognizerException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerException\"></xref> class"
methods:
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerException.getErrorInformation()"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerException.getErrorInformation()"
name: "getErrorInformation()"
nameWithType: "FormRecognizerException.getErrorInformation()"
summary: "Get the error information list for this exception."
syntax: "public List<FormRecognizerErrorInformation> getErrorInformation()"
desc: "Get the error information list for this exception."
returns:
description: "the unmodifiable error information list for this exception."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation?alt=com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation&text=FormRecognizerErrorInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.ai.formrecognizer.models.FormRecognizerException.getMessage()"
fullName: "com.azure.ai.formrecognizer.models.FormRecognizerException.getMessage()"
name: "getMessage()"
nameWithType: "FormRecognizerException.getMessage()"
overridden: "java.lang.Throwable.getMessage()"
syntax: "public String getMessage()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "General exception for FormRecognizer client-side related failures. <xref uid=\"com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FormRecognizerErrorInformation\"></xref>"
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11