ExecutorException
Sealed class representing exceptions specific to the executor.
Inheritors
Types
Link copied to clipboard
data class ConnectorNotFoundException(val action: Action, val message: String = "Connector not registered for action --- ") : ExecutorException
Exception thrown when a connector is not found for a given action.
Link copied to clipboard
data class UnrecognizedConnectorPassedException(val type: String, val message: String = "Unrecognized connector passed --- ") : ExecutorException
Exception thrown when an unrecognized connector is passed.