Package com.itextpdf.barcodes.exceptions
Class WriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.barcodes.exceptions.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 Summary
ConstructorDescriptionCreates a WriterException.WriterException
(String message) Creates a WriterException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriterException
public WriterException()Creates a WriterException. -
WriterException
Creates a WriterException with a message.- Parameters:
-
message
- message of the exception
-