complexType BaseException
diagram busserv_diagrams/busserv_p6.png
namespace http://exception.pfe.n2.tibco.com
used by
complexTypes PageFlowExecutionException SecurityException
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
message  xs:string  required      
annotation
documentation
An error has occurred.
source <xs:complexType name="BaseException">
 
<xs:annotation>
   
<xs:documentation>An error has occurred.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="code" type="xs:string" use="required"/>
 
<xs:attribute name="message" type="xs:string" use="required"/>
</xs:complexType>

attribute BaseException/@code
type xs:string
properties
use required
source <xs:attribute name="code" type="xs:string" use="required"/>

attribute BaseException/@message
type xs:string
properties
use required
source <xs:attribute name="message" type="xs:string" use="required"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy