Uses of Enum
ag.smaser.trip.cfw.ConnectorReturnCode
-
Uses of ConnectorReturnCode in ag.smaser.trip.cfw
Methods in ag.smaser.trip.cfw that return ConnectorReturnCodeModifier and TypeMethodDescriptionstatic ConnectorReturnCode
Returns the enum constant of this type with the specified name.static ConnectorReturnCode[]
ConnectorReturnCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ag.smaser.trip.cfw with parameters of type ConnectorReturnCodeModifier and TypeMethodDescriptionfinal void
ImportConnector.setError
(ConnectorReturnCode code, String msg) Registers an error code and its associated message and passes it along to the logger if one is defined by the connectivity framework.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.Constructors in ag.smaser.trip.cfw with parameters of type ConnectorReturnCodeModifierConstructorDescriptionConstructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, String message) Constructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, String message, Throwable cause) Constructor for a new ConnectorExceptionConnectorException
(ConnectorReturnCode rc, Throwable cause) Constructor for a new ConnectorException