|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pf.settings.impl.ReloadableSettingsException
public class ReloadableSettingsException
This exception will be used for all problems occuring with reloadable settings
| 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 |
|---|
public static final int INVALID_PARAMETER
public static final int FILE_NOT_FOUND
public static final int LOADING_FAILED
| Method Detail |
|---|
public int getErrorCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||