Class AjxException
Class Detail
AjxException(msg, code, method, detail)
Creates an exception.
Author: Ross Dargahi.
Field Detail
<static>
AjxException.CANCELED
Operation canceled exception code.
code
Error or fault code, if applicable.
detail
Any additional detail.
<static>
AjxException.INTERNAL_ERROR
Internal error exception code.
<static>
AjxException.INVALID_OP
Invalid operation exception code.
<static>
AjxException.INVALID_PARAM
Invalid parameter to method/operation exception code.
<static>
AjxException.INVALIDPARENT
Invalid parent exception code.
method
Name of the method throwing the exception, if applicable.
msg
Human readable message, if applicable.
<static>
AjxException.NETWORK_ERROR
Network error exception code.
<static>
AjxException.OUT_OF_RPC_CACHE
Out or RPC cache exception code.
<static>
AjxException.UNIMPLEMENTED_METHOD
Unimplemented method called exception code.
<static>
AjxException.UNKNOWN_ERROR
Unknown error exception code.
<static>
AjxException.UNSUPPORTED
Unsupported operation code.
Method Detail
{string}
dump()
Dumps the exception.
{string}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:25 GMT-0400 (EDT)
|