FormRecognizerException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
azure. core. exception. AzureException - com.
azure. ai. formrecognizer. models. FormRecognizerException
- com.
- com.
- java.
- java.
- java.
public class FormRecognizerException
extends AzureException
General exception for FormRecognizer client-side related failures. FormRecognizerErrorInformation
Constructor Summary
Constructor | Description |
---|---|
FormRecognizerException(String message, List<FormRecognizerErrorInformation> errorInformationList) |
Initializes a new instance of FormRecognizerException class |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Form |
getErrorInformation()
Get the error information list for this exception. |
String | getMessage() |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
addSuppressed
fillInStackTrace
getCause
getLocalizedMessage
getMessage
getStackTrace
getSuppressed
initCause
printStackTrace
printStackTrace
printStackTrace
setStackTrace
toString
Constructor Details
FormRecognizerException
public FormRecognizerException(String message, List
Initializes a new instance of FormRecognizerException class
Parameters:
message
- Text containing the details of the exception.
errorInformationList
- The List of error information that caused the exception
Method Details
getErrorInformation
public List
Get the error information list for this exception.
Returns:
the unmodifiable error information list for this exception.
getMessage
public String getMessage()
Overrides:
FormRecognizerException.getMessage()Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java