How to return useful messages to Content Editor user upon a Write Plug-in failure?

When a custom write plug-in fails, I want to return a more useful message to the ContentEditor user than the generic "Application Error" caused when the code detects a failure and throws an exception. Is there a way to do this in the write plugin framework?