XFA4J

com.adobe.xfa.pmp.qrcodepmp
Class QRCodeEncoderException

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.qrcodepmp.QRCodeEncoderException
All Implemented Interfaces:
java.io.Serializable

public class QRCodeEncoderException
extends BarcodeEncoderException

Exception class for QRCode Barcode

See Also:
Serialized Form

Constructor Summary
QRCodeEncoderException(QRCodeEncoderErrorCode errorCode)
          Creates an instance of QRCodeEncoderException
 
Method Summary
 QRCodeEncoderErrorCode 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

QRCodeEncoderException

public QRCodeEncoderException(QRCodeEncoderErrorCode errorCode)
Creates an instance of QRCodeEncoderException

Parameters:
errorCode - error code
Method Detail

getErrorCode

public QRCodeEncoderErrorCode getErrorCode()
Gets the error code

Returns:
error code

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.