Class ExecutionException

  • All Implemented Interfaces:
    Serializable

    public class ExecutionException
    extends InventoryException
    An execution exception are throw when a script throws an exception, for example, due to a syntax error.
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionException

        public ExecutionException​(String msg)