Uses of Class
autohit.call.CallException

Packages that use CallException
autohit.call   
autohit.call.modules   
 

Uses of CallException in autohit.call
 

Methods in autohit.call that throw CallException
 void Call_WAIT.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_WAIT.call()
          Execute it.
 java.lang.String Call_WAIT.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_UNISIZE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_UNISIZE.call()
          Execute it.
 java.lang.String Call_UNISIZE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_UNIQUE_INT.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_UNIQUE_INT.call()
          Execute it.
 java.lang.String Call_UNIQUE_INT.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_RUN.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_RUN.call()
          Execute it.
 java.lang.String Call_RUN.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_REMOVE_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_REMOVE_TABLE.call()
          Execute it.
 java.lang.String Call_REMOVE_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_RANDOM.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_RANDOM.call()
          Execute it.
 java.lang.String Call_RANDOM.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_QUERY_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_QUERY_TABLE.call()
          Execute it.
 java.lang.String Call_QUERY_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_NEW_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_NEW_TABLE.call()
          Execute it.
 java.lang.String Call_NEW_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_METHOD.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_METHOD.call()
          Execute it.
 java.lang.String Call_METHOD.do_call(java.lang.String name, java.lang.String method)
          This is a sub-call that assumes you know the module name and method.
 java.lang.String Call_METHOD.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_LOG.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_LOG.call()
          Execute it.
 java.lang.String Call_LOG.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_LOAD_UNI2STRING.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_LOAD_UNI2STRING.call()
          Execute it.
 java.lang.String Call_LOAD_UNI2STRING.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_INSTANCE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_INSTANCE.call()
          Execute it.
 java.lang.String Call_INSTANCE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_INSERT_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_INSERT_TABLE.call()
          Execute it.
 java.lang.String Call_INSERT_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_GLOBAL_UNIQUE_INT.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_GLOBAL_UNIQUE_INT.call()
          Execute it.
 java.lang.String Call_GLOBAL_UNIQUE_INT.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_GET_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_GET_TABLE.call()
          Execute it.
 java.lang.String Call_GET_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_GET_SPROP.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_GET_SPROP.call()
          Execute it.
 java.lang.String Call_GET_SPROP.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_FREE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_FREE.call()
          Execute it.
 java.lang.String Call_FREE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_EVALSTRING.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_EVALSTRING.call()
          Execute it.
 java.lang.String Call_EVALSTRING.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_DUMP2LOG.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_DUMP2LOG.call()
          Execute it.
 java.lang.String Call_DUMP2LOG.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_DELETE_TABLE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_DELETE_TABLE.call()
          Execute it.
 java.lang.String Call_DELETE_TABLE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_DATE.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_DATE.call()
          Execute it.
 java.lang.String Call_DATE.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call_CHECK_PROCESS.load_chain()
          Implement this to handle load time initialization.
 java.lang.String Call_CHECK_PROCESS.call()
          Execute it.
 java.lang.String Call_CHECK_PROCESS.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
abstract  void Call.load_chain()
          Implement this to handle load time initialization.
abstract  java.lang.String Call.call()
          Execute it.
abstract  java.lang.String Call.call(Universe uni)
          Execute using the passed universe, rather than the loaded.
 void Call.load(VMCore core, SystemContext sctx, AutohitLogInjectorWrapper logger)
          This will be called to set references to the environment and usable Universe.
 java.lang.Object Call.required(java.lang.String item)
          Get a required parameter.
 java.lang.String Call.requiredString(java.lang.String item)
          Get a required parameter that must be a String.
 java.lang.Object Call.required(java.lang.String item, java.lang.Class classtype)
          Get a required parameter.
 java.lang.Object Call.requiredPersist(java.lang.String item, java.lang.Class classtype)
          Get a required persist object.
 

Uses of CallException in autohit.call.modules
 

Methods in autohit.call.modules that return CallException
protected  CallException Module.buildException(java.lang.String message, int code)
          Build a call exception with our formatting
protected  CallException Module.buildException(java.lang.String message, int code, java.lang.Throwable iec)
          Build a call exception with our formatting - chained
 

Methods in autohit.call.modules that throw CallException
 java.lang.Object TolerantSmtpModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String TolerantSmtpModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void TolerantSmtpModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object TextWriterModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String TextWriterModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void TextWriterModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object TextReaderModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String TextReaderModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void TextReaderModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object StopwatchModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String StopwatchModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void StopwatchModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object SimpleSmtpModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String SimpleSmtpModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void SimpleSmtpModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object SimpleScannerModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String SimpleScannerModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void SimpleScannerModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object SimpleHttpModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String SimpleHttpModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void SimpleHttpModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 void Module.instance(VMCore core, Universe uni, AutohitLogInjectorWrapper logger, SystemContext sctx)
          Instantiate
 void Module.free()
          Remove an instance
 java.lang.String Module.execute(java.lang.String methodName)
          Execute a method
protected  void Module.fault(java.lang.String message)
          Cause a fault
protected  void Module.fault(java.lang.String message, java.lang.Throwable t)
          Cause a fault with CHAIN
protected  java.lang.String Module.required(java.lang.String param, java.lang.String method)
          Required parameter.
protected  java.lang.Object Module.requiredType(java.lang.String param, java.lang.Class type, java.lang.String method)
          Required parameter.
abstract  java.lang.Object Module.execute_chain(java.lang.String name)
          Execute a named method.
protected abstract  java.lang.String Module.instantiation_chain()
          Allow the subclass a chance to initialize.
protected abstract  void Module.free_chain()
          Allow the subclass a chance to cleanup on free.
 java.lang.Object MIMEMessageModule.execute_chain(java.lang.String name)
          Execute a named method.
protected  java.lang.String MIMEMessageModule.instantiation_chain()
          Allow the subclass a chance to initialize.
protected  void MIMEMessageModule.free_chain()
          Allow the subclass a chance to cleanup on free.
 



Test.