org.pf.settings.impl
Class ReloadableSettingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pf.settings.impl.ReloadableSettingsException
All Implemented Interfaces:
java.io.Serializable

public class ReloadableSettingsException
extends java.lang.Exception

This exception will be used for all problems occuring with reloadable settings

Version:
1.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Field Summary
static int FILE_NOT_FOUND
           
static int INVALID_PARAMETER
           
static int LOADING_FAILED
           
 
Method Summary
 int getErrorCode()
          Returns the error code that specifies, what problem occured.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_PARAMETER

public static final int INVALID_PARAMETER
See Also:
Constant Field Values

FILE_NOT_FOUND

public static final int FILE_NOT_FOUND
See Also:
Constant Field Values

LOADING_FAILED

public static final int LOADING_FAILED
See Also:
Constant Field Values
Method Detail

getErrorCode

public int getErrorCode()
Returns the error code that specifies, what problem occured. There is a constant defined in this class for each error code.