Using a message handler
The default behavior for prepare-time and execution-time
processing errors and other messages is to print the messages to System.err
and for nonrecoverable errors to raise an XProcessException as well.
If an error occurs at prepare time, the processor attempts to continue
preparation and signal all errors before generating an XProcessException;
but no executable is produced. At run time, execution stops at the
first occurrence of an error situation.
Managing exceptions
Various exceptions might occur. Unless otherwise indicated,
all exceptions extend RuntimeException and thus are unchecked.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=txml_errors File name: txml_errors.html