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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CaptionNotFoundException, PlaceholderException

public class PDFDocumentException
extends PresentableException

This exception is thrown in case of problems using pdf librarys.

Author:
wlackner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class at.gv.egiz.pdfas.api.exceptions.PdfAsException
errorCode
 
Constructor Summary
PDFDocumentException(int error_code, String message)
           
PDFDocumentException(int error_code, String message, Throwable cause)
           
PDFDocumentException(int error_code, Throwable cause)
           
 
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
 

Constructor Detail

PDFDocumentException

public PDFDocumentException(int error_code,
                            String message,
                            Throwable cause)
Parameters:
error_code -
message -
cause -

PDFDocumentException

public PDFDocumentException(int error_code,
                            String message)
Parameters:
error_code -
message -

PDFDocumentException

public PDFDocumentException(int error_code,
                            Throwable cause)
Parameters:
error_code -
cause -


Copyright © 2006-2010. All Rights Reserved.