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