Uses of Class
cloud.opencode.base.pdf.exception.OpenPdfException
Packages that use OpenPdfException
-
Uses of OpenPdfException in cloud.opencode.base.pdf.exception
Methods in cloud.opencode.base.pdf.exception that return OpenPdfExceptionModifier and TypeMethodDescriptionstatic OpenPdfExceptionOpenPdfException.fieldNotFound(String fieldName) Creates exception for form field not found 创建表单字段未找到异常static OpenPdfExceptionOpenPdfException.invalidFormat(String reason) Creates exception for invalid PDF format 创建无效 PDF 格式异常static OpenPdfExceptionOpenPdfException.invalidPageNumber(int pageNumber, int totalPages) Creates exception for invalid page number 创建无效页码异常static OpenPdfExceptionOpenPdfException.mergeFailed(String reason, Throwable cause) Creates exception for merge failure 创建合并失败异常static OpenPdfExceptionOpenPdfException.passwordRequired()Creates exception for password required 创建需要密码异常static OpenPdfExceptionOpenPdfException.readFailed(String path, Throwable cause) Creates exception for read failure 创建读取失败异常static OpenPdfExceptionOpenPdfException.signatureFailed(String reason, Throwable cause) Creates exception for signature failure 创建签名失败异常static OpenPdfExceptionOpenPdfException.splitFailed(String reason, Throwable cause) Creates exception for split failure 创建拆分失败异常static OpenPdfExceptionOpenPdfException.unsupportedFeature(String feature) Creates exception for unsupported feature 创建不支持功能异常static OpenPdfExceptionOpenPdfException.writeFailed(String path, Throwable cause) Creates exception for write failure 创建写入失败异常static OpenPdfExceptionOpenPdfException.wrongPassword()Creates exception for wrong password 创建密码错误异常