Update POIException.java

This commit is contained in:
PJ Fanning 2025-08-01 20:33:44 +01:00
parent b50ce609ca
commit 3240852e49

View File

@ -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