public interface CommandBufferExceptionHandler (Code)
Interface of command buffer handler. When you use CommandBuffer to execute
a bunch of command and any error occures during the execution, this handler
catches it and lets user to decide if continue or not (when you're dropping
nonexisting table, you probably would like to continue).
author: Slavek Psenicka