DocumentNormalizerException
The DocumentNormalizerException class represents an exception that can be thrown by the Dynamsoft Document Normalizer module. This class extends CoreException and provides specific error handling for document normalizer operations.
Definition
Package: com.dynamsoft.ddn
public class DocumentNormalizerException extends CoreException
Inheritance
DocumentNormalizerException -> CoreException
Inherited Members
Since DocumentNormalizerException extends CoreException, it inherits all the properties and methods from the parent class, including:
getErrorCode()- Returns the error code.getErrorString()- Returns the error string.