Uses of Class
com.itextpdf.pdfocr.onnx.exceptions.ConfigParserException
Packages that use ConfigParserException
-
Uses of ConfigParserException in com.itextpdf.pdfocr.onnx.exceptions
Methods in com.itextpdf.pdfocr.onnx.exceptions that return ConfigParserExceptionModifier and TypeMethodDescriptionstatic ConfigParserExceptionConfigParserException.unexpectedKey(String key) Creates an exception for cases, when an unexpected key was found in a configuration file mapping.static ConfigParserExceptionConfigParserException.unexpectedValueForKey(String key) Creates an exception for cases, when an unexpected value was found in a configuration file mapping.