|
|||||||||||
| 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.opensync.tools.exception.OpenSyncException
org.opensync.tools.exception.APConfigException
Use this for catching all the exceptions which can occur during parsing of the configuration xml files or any other configuration related exceptions during initialization.
| Field Summary |
| Fields inherited from class org.opensync.tools.exception.OpenSyncException |
errorCode, errorMsg, usrMsg |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
APConfigException(java.lang.String errorCode,
java.lang.Throwable e)
|
|
APConfigException(java.lang.Throwable e)
Error Codes -- ConfError_default = "A CONFIGURATION ERROR OCCURED"; ConfError_incorrect_parser_config = "INCORRECT XML PARSER CONIGURATION"; ConfError_error_parsing_xml = "ERROR IN PARSING INPUT XML"; ConfError_io_operation_failed = "IO OPERATION FAILED OR INTERRUPTED"; ConfError_sql_error = "AN SQL EXCEPTION OCCURED ERROR DURING INITIALIZATION"; |
|
| Methods inherited from class org.opensync.tools.exception.OpenSyncException |
action, getCause, getCode, getUserMessage, log |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 APConfigException(java.lang.Throwable e)
public APConfigException(java.lang.String errorCode,
java.lang.Throwable e)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||