2020-12-04 14:02:06 +03:00
### YamlMime:JavaType
uid : "com.azure.ai.formrecognizer.models.FormRecognizerException"
fullName : "com.azure.ai.formrecognizer.models.FormRecognizerException"
name : "FormRecognizerException"
nameWithType : "FormRecognizerException"
2022-08-22 08:55:24 +03:00
summary : "General exception for Form<wbr>Recognizer client-side related failures."
2020-12-04 14:02:06 +03:00
inheritances :
2022-08-11 07:43:16 +03:00
- "<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\" />"
2022-09-27 07:22:51 +03:00
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>"
2023-11-22 08:52:34 +03:00
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-\">setStackTrace</a>"
2022-09-27 07:22:51 +03:00
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--\">toString</a>"
2022-11-01 07:30:49 +03:00
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\" />"
2020-12-04 14:02:06 +03:00
constructors :
2022-08-22 08:55:24 +03:00
- 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"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2022-08-22 08:55:24 +03:00
- description : "The List of error information that caused the exception"
name : "errorInformationList"
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation?alt=com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation&text=FormRecognizerErrorInformation\" data-throw-if-not-resolved=\"False\" />>"
2022-08-22 08:55:24 +03:00
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"
2020-12-04 14:02:06 +03:00
methods :
2022-08-22 08:55:24 +03:00
- 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."
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation?alt=com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation&text=FormRecognizerErrorInformation\" data-throw-if-not-resolved=\"False\" />>"
2022-08-22 08:55:24 +03:00
- 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 :
2022-09-07 07:25:44 +03:00
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2020-12-04 14:02:06 +03:00
type : "class"
2023-08-12 07:46:09 +03:00
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>"
2020-12-04 14:02:06 +03:00
metadata : {}
package : "com.azure.ai.formrecognizer.models"
2024-09-21 08:00:17 +03:00
artifact : com.azure:azure-ai-formrecognizer:4.1.11