org.opensync.tools.exception
Class APConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opensync.tools.exception.OpenSyncException
              extended byorg.opensync.tools.exception.APConfigException
All Implemented Interfaces:
java.io.Serializable

public class APConfigException
extends OpenSyncException

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.

See Also:
Serialized Form

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

APConfigException

public 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";


APConfigException

public APConfigException(java.lang.String errorCode,
                         java.lang.Throwable e)


Copyright © 2004 sourceforge. All Rights Reserved.