Class Index | File Index

Classes


Class nl.sara.webdav.Exception

An exception
Defined in: 001_exception.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
nl.sara.webdav.Exception(message, code)
Field Summary
Field Attributes Field Name and Description
 
The exception code
 
The exception message
Method Summary
Method Attributes Method Name and Description
 
Overloads the default toString() method so it returns the message of this exception
Class Detail
nl.sara.webdav.Exception(message, code)
Parameters:
{String} message Optional
Optional; A human readable message
{Number} code Optional
Optional; The error code. It is best to use the class constants to set this.
Field Detail
{Number} code
The exception code

{String} message
The exception message
Method Detail
{String} toString()
Overloads the default toString() method so it returns the message of this exception
Returns:
{String} A string representation of this property

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 23 2014 15:51:05 GMT+0200 (CEST)