Package com.adobe.xfa.pmp.adobepdf417pmp
Class PDF417EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xfa.pmp.common.BarcodeEncoderException
com.adobe.xfa.pmp.adobepdf417pmp.PDF417EncoderException
- All Implemented Interfaces:
Serializable
Exception class for PDF417 Barcode
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDF417EncoderException(PDF417EncoderErrorCode errorCode) Creates an instance of PDF417EncoderException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDF417EncoderException
Creates an instance of PDF417EncoderException- Parameters:
errorCode- error code
-
-
Method Details
-
getErrorCode
Gets the error code- Returns:
- error code
-