XFA4J

com.adobe.xfa.pmp.adobepdf417pmp
Class PDF417EncoderException

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

public class PDF417EncoderException
extends BarcodeEncoderException

Exception class for PDF417 Barcode

See Also:
Serialized Form

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

PDF417EncoderException

public PDF417EncoderException(PDF417EncoderErrorCode errorCode)
Creates an instance of PDF417EncoderException

Parameters:
errorCode - error code
Method Detail

getErrorCode

public PDF417EncoderErrorCode getErrorCode()
Gets the error code

Returns:
error code

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.