at.knowcenter.wag.egov.egiz.exceptions
Class PlaceholderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.gv.egiz.pdfas.api.exceptions.PdfAsException
              extended byat.knowcenter.wag.egov.egiz.exceptions.PresentableException
                  extended byat.knowcenter.wag.egov.egiz.exceptions.PDFDocumentException
                      extended byat.knowcenter.wag.egov.egiz.exceptions.PlaceholderException
All Implemented Interfaces:
Serializable

public class PlaceholderException
extends PDFDocumentException

Author:
wprinz
See Also:
Serialized Form

Field Summary
protected  String field
           
protected  int missing
           
 
Fields inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
errorCode
 
Constructor Summary
PlaceholderException(String field, int missing)
           
 
Method Summary
 String getField()
           
 int getMissing()
           
 void setField(String field)
           
 
Methods inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
getErrorCode
 
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
 

Field Detail

field

protected String field

missing

protected int missing
Constructor Detail

PlaceholderException

public PlaceholderException(String field,
                            int missing)
Method Detail

setField

public void setField(String field)

getField

public String getField()

getMissing

public int getMissing()


Copyright © 2006-2010. All Rights Reserved.