Stopping Workflow but Continuing Process

Is there a way to throw an exception and stop a workflow if an error occurs, but still have the process continue on to the next workflow in the process flow? Right now I am using terminate workflow but this either causes the process to retry or to stop immediately. I know this would have been easiest in one large try/catch but it is a little late for that.

Thanks

You you can use throw activity to stop the workflow and write custom message inside the throw activity for as exception description