|
||||||||||
| 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.aselect.system.exception.ASelectException
org.aselect.system.exception.ASelectConfigException
public class ASelectConfigException
Coniguration exception.
Description:
This exception is thrown if accessing configuration fails.
Note: The message will be an error code.
see org.aselect.system.error.Errors for more information.
Concurrency issues:
-
| Constructor Summary | |
|---|---|
ASelectConfigException(java.lang.String sCode)
Create new instance. |
|
ASelectConfigException(java.lang.String sCode,
java.lang.Throwable tCause)
Create new instance with a 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 |
|---|
public ASelectConfigException(java.lang.String sCode)
ASelectConfigException with the given code.
sCode != null
sCode - The error code.
public ASelectConfigException(java.lang.String sCode,
java.lang.Throwable tCause)
ASelectConfigException with the given code
and cause. sCode != nulltCause != null
sCode - The error code.tCause - the error cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||