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

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.SettingNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KZSettingNotFoundException

public class SettingNotFoundException
extends PresentableException

This exception is thrown by the SettingsReader if a property key is not found.

Author:
wlackner
See Also:
Serialized Form

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

SettingNotFoundException

public SettingNotFoundException(String message,
                                Throwable cause)
Parameters:
message -
cause -

SettingNotFoundException

public SettingNotFoundException(String message)
Parameters:
message -

SettingNotFoundException

public SettingNotFoundException(Throwable cause)
Parameters:
cause -

SettingNotFoundException

protected SettingNotFoundException(int errorCode,
                                   String message)


Copyright © 2006-2010. All Rights Reserved.