PACK PHP-Binding  $VERSION$
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TransactionError Class Reference
Inheritance diagram for TransactionError:
WobSoapTransactionError WobTransactionError WobWobTransactionError

Public Member Functions

 __construct ($errorString, $errorType="_system")
 
 printXml ()
 
 errorType ()
 
 errorString ()
 

Protected Member Functions

 printXmlWob ()
 

Protected Attributes

 $etype ="_system"
 
 $estr =""
 
 $trans =null
 
 $mode =WobTransactionBase::WobEncoding
 

Detailed Description

general Transaction Error - children of this class are thrown whenever a transaction fails for any reason

Constructor & Destructor Documentation

TransactionError::__construct (   $errorString,
  $errorType = "_system" 
)

Member Function Documentation

TransactionError::errorString ( )

returns the error string

TransactionError::errorType ( )

returns the error type

TransactionError::printXml ( )

used by machine oriented transaction to print the proper XML representation of the error

TransactionError::printXmlWob ( )
protected

used by machine oriented transaction to print the proper XML representation of the error in Wob Encoding

Member Data Documentation

TransactionError::$estr =""
protected
TransactionError::$etype ="_system"
protected
TransactionError::$mode =WobTransactionBase::WobEncoding
protected
TransactionError::$trans =null
protected

The documentation for this class was generated from the following file: