Package com.google.zxing
Class WriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.zxing.WriterException
- All Implemented Interfaces:
- Serializable
A base class which covers the range of exceptions which may occur when encoding a barcode using
 the Writer framework.
- Author:
- dswitkin@google.com (Daniel Switkin)
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WriterExceptionpublic WriterException()
- 
WriterException
- 
WriterException
 
-