at.gv.egiz.pdfas.exceptions.pdf
Class CaptionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.gv.egiz.pdfas.api.exceptions.PdfAsException
at.knowcenter.wag.egov.egiz.exceptions.PresentableException
at.knowcenter.wag.egov.egiz.exceptions.PDFDocumentException
at.gv.egiz.pdfas.exceptions.pdf.CaptionNotFoundException
- All Implemented Interfaces:
- Serializable
- public class CaptionNotFoundException
- extends PDFDocumentException
Exception thrown when a caption ("label") is not found in the content stream
when determining the placeholders.
This usually happens when the space for a caption is too small. Then the
caption is wrapped into two lines and usually the separating whitespace is
lost thus the BinarySignature is unable to find the caption String.
- Author:
- wprinz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
caption
protected String caption
- The problematic caption.
CaptionNotFoundException
public CaptionNotFoundException(String caption)
- Constructor.
- Parameters:
caption - The problematic caption.
getCaption
public String getCaption()
- Returns the problematic caption.
- Returns:
- Returns the problematic caption.
Copyright © 2006-2010. All Rights Reserved.