at.knowcenter.wag.egov.egiz.exceptions
Class PresentableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.knowcenter.wag.egov.egiz.exceptions.PresentableException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConnectorFactoryException, ErrorCodeException, SettingsException, SignatorFactoryException, SignatureTypesException
public class PresentableException
- extends Exception
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PresentableException
public PresentableException(String message)
- Parameters:
message
-
PresentableException
public PresentableException(String message,
Throwable cause)
- Parameters:
message
- cause
-
PresentableException
public PresentableException(Throwable cause)
- Parameters:
cause
-
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.