mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Update POIException.java
This commit is contained in:
parent
b50ce609ca
commit
3240852e49
@ -21,7 +21,7 @@ package org.apache.poi;
|
||||
* but this is intended to be a base class for some new POI exceptions.
|
||||
* Historically, POI has used {@link RuntimeException} for most of its
|
||||
* exceptions, but this is not a good practice. This class is a checked
|
||||
* class that extends {@link Exception} so needs to be explictly
|
||||
* class that extends {@link Exception} so needs to be explicitly
|
||||
* caught or declared in the method signature.
|
||||
*
|
||||
* @since POI 5.5.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user