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 ChangeTypeImportConnector.checkItem(Object dsref, ImportItem item) Check if an item is in need of update.abstract ObjectImportConnector.connect(boolean active) Connect to a data source.intImportConnector.initializeConnector()Initializes the import connector.final voidImportConnector.setTextEncoding(String encName) Called by the Connectivity Framework to assign an output encoding (charset) for text.final voidImportConnector.throwError(ConnectorReturnCode code, String msg) Logs an error with the connectivity framework and throws it as an exception.final voidImportConnector.throwError(ConnectorReturnCode code, String msg, Throwable cause) Logs an error with the connectivity framework and throws it as an exception.intImportConnector.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.