Uses of Class
ag.smaser.trip.cfw.ConnectorException
-
Uses of ConnectorException in ag.smaser.trip.cfw
Methods in ag.smaser.trip.cfw that throw ConnectorExceptionModifier and TypeMethodDescriptionabstract ChangeType
ImportConnector.checkItem
(Object dsref, ImportItem item) Check if an item is in need of update.abstract Object
ImportConnector.connect
(boolean active) Connect to a data source.int
ImportConnector.initializeConnector()
Initializes the import connector.final void
ImportConnector.setTextEncoding
(String encName) Called by the Connectivity Framework to assign an output encoding (charset) for text.final void
ImportConnector.throwError
(ConnectorReturnCode code, String msg) Logs an error with the connectivity framework and throws it as an exception.final void
ImportConnector.throwError
(ConnectorReturnCode code, String msg, Throwable cause) Logs an error with the connectivity framework and throws it as an exception.int
ImportConnector.uninitializeConnector()
Uninitializes the import connector.Constructors in ag.smaser.trip.cfw that throw ConnectorExceptionModifierConstructorDescriptionImportItem
(String id, ChangeType change, String oldid) Creates a new import item object.