Package ext.plantuml.com.google.zxing
Class WriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ext.plantuml.com.google.zxing.WriterException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WriterException extends java.lang.Exception
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.- Author:
- [email protected] (Daniel Switkin)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriterException()
WriterException(java.lang.String message)
-