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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PresentableException(String message)
           
PresentableException(String message, Throwable cause)
           
PresentableException(Throwable cause)
           
 
Method Summary
 
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(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.