Package com.dbxml.db.core.trigger

Examples of com.dbxml.db.core.trigger.TriggerException


         ctx.evaluateString(scope, script, "<cmd>", 1, null);
         /** @todo Populate result and return as a Record/DocumentTable */
         return newObj; // for now
      }
      catch ( Exception e ) {
         throw new TriggerException(FaultCodes.SCR_RUNTIME_ERROR, e);
      }
      finally {
         Context.exit();
      }
   }
View Full Code Here

TOP

Related Classes of com.dbxml.db.core.trigger.TriggerException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.