The xml data with the details of the exceptions for the related entity.
<appexception> : The root element of the exception XML. There can be multiple <appexception> elements created when more than one exception has been thrown by the application for the related object.
<class> : Child element of the <appexception> element and contains attributes : a) name, which holds the exception creator class name and b) method, which holds the name of the method in the exception creator class.
<arguments> : Child element of the <class> element. Contains the message parameter details as <arg> elements.
<arg> : Child element of the < arguments> element. contains the attribute order, which holds the order of the parameter for the exception message.
<type> : Child element of the < arg> element. Contains the attributes:
value : which is the value of the parameter to be replaced in the message.
javaclass : The type of the parameter, eg: String, Date, etc.
table : the name of the codetable, if the parameter is a code table code.
|