Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.leandev.appfuse.document.DocumentException
- All Implemented Interfaces:
Serializable
Word 文件處理例外
包裝底層 POI 的受檢例外與其他文件操作錯誤,使公開 API 不洩漏 POI 例外型別。
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentException(String message) 以訊息建構DocumentException(String message, Throwable cause) 以訊息與成因建構 -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentException
-
DocumentException
-