Uses of Class
things.thing.UserException

Packages that use UserException
things.data.transport.smtp   
things.thing   
things.thing.modules   
 

Uses of UserException in things.data.transport.smtp
 

Methods in things.data.transport.smtp that throw UserException
 RESULT TouchySMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 RESULT TolerantSMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 RESULT SMTPClientManager.meassuredSubmit(java.lang.String senderInet, java.lang.String recipientInet, java.lang.String id, java.io.InputStream... dataStream)
          Submit a message and return the result.
 

Uses of UserException in things.thing
 

Methods in things.thing that throw UserException
 void THING.ACCEPT_HALT()
          Accept a halt.
 RESULT THING.CALCULATE_RESULT()
          Calculate the result based on the defined results and their settings.
static RESULT ResultManager.calculateResult(java.util.Collection<ResultDefinition> results, ThingsExceptionBundle<ThingsException> exceptions)
          Calculate the result based on the defined results and their settings.
static RESULT ResultManager.calculateResult(java.util.List<RESULT> results, ThingsExceptionBundle<ThingsException> exceptions)
          Calculate the result based the inherit goodness of the individual results, as captured in Type.
 RESULT THING.call_chain()
          This is the class call point.
 RESULT THINGInterface.CALL(java.lang.String thingName)
          Call a THING.
 RESULT THING.CALL(java.lang.String thingName)
          Call a THING.
 void THING.CATCH_ERROR(ThingsException te)
          Default ERROR trap.
 void THING.CATCH_FAULT(ThingsException te)
          Default FAULT trap.
 void THING.CHECK_REQUIRED()
          Make sure all required properties exist.
 ThingsPropertyReaderToolkit BASE.CONFIG_PROPERTY_TOOLKIT()
          Get the global configuration property toolkit for all users.
 void THING.DEFINE_RESULT(java.lang.String name, java.lang.String description, ResultExpectation expectation)
          Define a result.
abstract  void THING.DEFINITION()
          Definition step.
 void THINGInterface.EXPRESS(RESULT theResult)
          Express a result.
 void THING.EXPRESS(RESULT theResult)
          Express a result.
 Logger BASEInterface.GET_LOGGER()
          Get the MODULE's Logger.
 Logger BASE.GET_LOGGER()
          Get the THING's Logger.
 Accessor BASE.GET_UNIVERSE_ACCESSOR(java.lang.String universeName, java.lang.String... name)
          Get a universe object accessor.
 Universe THINGInterface.GET_UNIVERSE(java.lang.String name)
          Get a universe by the local name.
 Universe BASE.GET_UNIVERSE(java.lang.String name)
          Get a universe by the local name.
 void MODULE.init(SystemInterface si)
          Initialize this MODULE.
 void THING.init(SystemInterface si, ControlInterface ci, ExpressionInterface ei, ExpressionInterface parent)
          Initialize this THING.
abstract  void MODULE.INITIALIZE()
          This will be called during initialization.
 MODULE THINGInterface.INSTANCE(java.lang.String moduleName)
          Instantiate a module.
 MODULE THING.INSTANCE(java.lang.String moduleName)
          Instantiate a module.
 MODULE THING.MODULE(java.lang.String moduleName)
          Get a module.
 void THING.PAUSING()
          The THING is about to pause.
 ThingsPropertyReaderToolkit BASE.PROPERTY_READER_TOOLKIT()
          Get a good property toolkit.
 void THING.REQUIRE_PROPERTY(java.lang.String name)
          Require a property.
 long THINGInterface.RUN_TIME()
          Get how long the thing has been running in milliseconds.
 long THING.RUN_TIME()
          Get how long the thing has been running in milliseconds.
 RESULT THING.RUN(java.lang.String thingName)
          Run a THING.
 void THING.SET_EXPRESSOR(java.lang.String destination)
          Set an expressor.
 void THING.SET_RESULT(java.lang.String name, Data.Type resultType)
          Set result based on a result type only.
 void THING.SET_RESULT(java.lang.String name, RESULT result)
          Set result based on a complete RESULT.
static void UserException.softwareProblem(java.lang.String message)
          This will throw a common-formatted UserException reporting a software problem.
static void UserException.softwareProblem(java.lang.String message, java.lang.Throwable t)
          This will throw a common-formatted SystemException reporting a software problem.
static void UserException.softwareProblem(java.lang.String message, java.lang.Throwable t, java.lang.String... attr)
          This will throw a common-formatted UserException reporting a software problem.
 void BASE.systemInit(SystemInterface si)
          Initialize system data.
 void THING.UNPAUSING()
          The THING is about to unpause.
 

Uses of UserException in things.thing.modules
 

Methods in things.thing.modules that throw UserException
 void PropertyUniverseActor.INITIALIZE()
          This will be called during initialization.
 



Things.