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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectorException, ConnectorFactoryException, CorrectorException, ErrorCodeException, NormalizeException, PDFDocumentException, SessionExpiredException, SettingNotFoundException, SettingsException, SignatorException, SignatorFactoryException, SignatureException, SignatureTypesException, VerificationFilterException, VerificatorFactoryException, WebException

public class PresentableException
extends PdfAsException

This exception should be the base for all exceptions that are to be presented to the user.

For example, exceptions that signal that a pdf file is corrupt should be represented as presentable exceptions so that the user interface frontends can present according texts.

Author:
wprinz
See Also:
PdfAsException, Serialized Form

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

PresentableException

public PresentableException(int errorCode,
                            String message,
                            Throwable cause)

PresentableException

public PresentableException(int errorCode,
                            String message)

PresentableException

public PresentableException(int errorCode,
                            Throwable cause)


Copyright © 2006-2010. All Rights Reserved.