MagicSmoke
$VERSION$
|
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 More... | |
errorType () | |
returns the error type More... | |
printXml () | |
used by machine oriented transaction to print the proper XML representation of the error More... | |
Protected Member Functions | |
printXmlWob () | |
used by machine oriented transaction to print the proper XML representation of the error in Wob Encoding More... | |
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" |
|||
) |
TransactionError::errorString | ( | ) |
returns the error string
References $estr.
TransactionError::errorType | ( | ) |
returns the error type
References $etype.
TransactionError::printXml | ( | ) |
used by machine oriented transaction to print the proper XML representation of the error
References WobTransactionBase\printDebug(), printXmlWob(), and WobTransactionBase\Soap12Encoding.
Referenced by WobTransaction\handle().
|
protected |
used by machine oriented transaction to print the proper XML representation of the error in Wob Encoding
Referenced by printXml().
|
protected |
Referenced by errorString().
|
protected |
Referenced by errorType().
|
protected |
|
protected |
Referenced by WobTransactionError\__construct().