Zimlet JavaScript API Reference - DwtException

Class DwtException


Extends AjxException.

This is the base class for all exceptions in the Ajax toolkit.

Defined in: DwtException.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
DwtException(msg, code, method, detail)
Creates an exception.
Field Summary
Field Attributes Field Name and Description
<static>  
DwtException.INTERNAL_ERROR
Internal error exception code.
<static>  
DwtException.INVALID_OP
Invalid operation exception code.
<static>  
DwtException.INVALID_PARAM
Invalid parameter exception code.
<static>  
DwtException.INVALIDPARENT
Invalid parent exception code.
Fields borrowed from class AjxException:
code, detail, method, msg
Methods borrowed from class AjxException:
dump, toString
Class Detail
DwtException(msg, code, method, detail)
Creates an exception.
Author: Ross Dargahi.
Parameters:
{string} msg Optional
the human readable message
{string|number} code Optional
any error or fault code
{string} method Optional
the name of the method throwing the exception
{string} detail Optional
any additional detail
Field Detail
<static> DwtException.INTERNAL_ERROR
Internal error exception code.

<static> DwtException.INVALID_OP
Invalid operation exception code.

<static> DwtException.INVALID_PARAM
Invalid parameter exception code.

<static> DwtException.INVALIDPARENT
Invalid parent exception code.

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:25 GMT-0400 (EDT)