Class DashScopeDocumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentParseTimeoutException

public class DashScopeDocumentException extends DashScopeException
Base exception for DashScope document processing operations

This exception serves as the parent class for all document-related exceptions in the DashScope document reader module. It extends DashScopeException to integrate with the existing exception hierarchy.

Exception hierarchy:

 RuntimeException
   └── DashScopeException
         └── DashScopeDocumentException
               ├── FileSizeTooSmallException
               ├── FileSizeExceededException
               └── DocumentParseTimeoutException
 
Since:
2025/11/27
Author:
kevin
See Also: