XFA4J

com.adobe.xfa.pmp.datamatrixpmp
Class DataMatrixEncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.xfa.pmp.common.BarcodeEncoderException
              extended by com.adobe.xfa.pmp.datamatrixpmp.DataMatrixEncoderException
All Implemented Interfaces:
java.io.Serializable

public class DataMatrixEncoderException
extends BarcodeEncoderException

Exception class for DataMatrix Barcode

See Also:
Serialized Form

Constructor Summary
DataMatrixEncoderException(DataMatrixEncoderErrorCode errorCode)
          Creates an instance of DataMatrixEncoderException
 
Method Summary
 DataMatrixEncoderErrorCode getErrorCode()
          Gets the error code
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataMatrixEncoderException

public DataMatrixEncoderException(DataMatrixEncoderErrorCode errorCode)
Creates an instance of DataMatrixEncoderException

Parameters:
errorCode - error code
Method Detail

getErrorCode

public DataMatrixEncoderErrorCode getErrorCode()
Gets the error code

Returns:
error code

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.