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

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.SettingsException
All Implemented Interfaces:
Serializable

public class SettingsException
extends PresentableException

Thrown when the settings couldn't be loaded.

This is most likely the case when the config file isn't found or when the settings are corrupt.

Author:
wprinz
See Also:
Serialized Form

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

SettingsException

public SettingsException(String message)
Parameters:
message -

SettingsException

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

SettingsException

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

SettingsException

public SettingsException(int errorCode,
                         String message)

SettingsException

public SettingsException(int errorCode,
                         Throwable cause)


Copyright © 2006-2010. All Rights Reserved.