general Transaction Error - children of this class are thrown whenever a transaction fails for any reason More...
Public Member Functions | |
__construct ($errorString, $errorType="_system") | |
errorString () | |
returns the error string | |
errorType () | |
returns the error type | |
printXml () | |
used by machine oriented transaction to print the proper XML representation of the error | |
printXmlWob () | |
used by machine oriented transaction to print the proper XML representation of the error in Wob Encoding | |
Protected Attributes | |
$estr = "" | |
$etype = "_system" | |
$mode = WobTransactionBase::WobEncoding | |
$trans = null |
general Transaction Error - children of this class are thrown whenever a transaction fails for any reason
TransactionError::__construct | ( | $ | errorString, | |
$ | errorType = "_system" | |||
) |
Reimplemented in WobWobTransactionError, and WobSoapTransactionError.
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
References printXmlWob(), and WobTransactionBase::Soap12Encoding.
Referenced by WobTransaction::handle().
TransactionError::printXmlWob | ( | ) |
used by machine oriented transaction to print the proper XML representation of the error in Wob Encoding
Referenced by printXml().
TransactionError::$estr = "" [protected] |
TransactionError::$etype = "_system" [protected] |
TransactionError::$mode = WobTransactionBase::WobEncoding [protected] |
TransactionError::$trans = null [protected] |