at.knowcenter.wag.egov.egiz.exceptions
Class PresentableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.gv.egiz.pdfas.api.exceptions.PdfAsException
at.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.