com.itextpdf.text.pdf.qrcode
Class WriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.text.pdf.qrcode.WriterException
All Implemented Interfaces:
Serializable

public final class WriterException
extends Exception

A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.

Since:
5.0.2
Author:
dswitkin@google.com (Daniel Switkin)
See Also:
Serialized Form

Constructor Summary
WriterException()
           
WriterException(String message)
           
 
Method Summary
 
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

WriterException

public WriterException()

WriterException

public WriterException(String message)


Copyright © 2013. All Rights Reserved.