API documentation  2.0rc1
Public Member Functions | List of all members
client::DOMException Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_code ()
 
Stringget_message ()
 
Stringget_name ()
 
StringtoString ()
 
DOMExceptionget_prototype ()
 
void set_prototype (DOMException *)
 
 DOMException ()
 
 DOMException (const String &message)
 
 DOMException (const String &message, const String &name)
 
double get_ABORT_ERR ()
 
double get_DATA_CLONE_ERR ()
 
double get_DOMSTRING_SIZE_ERR ()
 
double get_HIERARCHY_REQUEST_ERR ()
 
double get_INDEX_SIZE_ERR ()
 
double get_INUSE_ATTRIBUTE_ERR ()
 
double get_INVALID_ACCESS_ERR ()
 
double get_INVALID_CHARACTER_ERR ()
 
double get_INVALID_MODIFICATION_ERR ()
 
double get_INVALID_NODE_TYPE_ERR ()
 
double get_INVALID_STATE_ERR ()
 
double get_NAMESPACE_ERR ()
 
double get_NETWORK_ERR ()
 
double get_NOT_FOUND_ERR ()
 
double get_NOT_SUPPORTED_ERR ()
 
double get_NO_DATA_ALLOWED_ERR ()
 
double get_NO_MODIFICATION_ALLOWED_ERR ()
 
double get_PARSE_ERR ()
 
double get_QUOTA_EXCEEDED_ERR ()
 
double get_SECURITY_ERR ()
 
double get_SERIALIZE_ERR ()
 
double get_SYNTAX_ERR ()
 
double get_TIMEOUT_ERR ()
 
double get_TYPE_MISMATCH_ERR ()
 
double get_URL_MISMATCH_ERR ()
 
double get_VALIDATION_ERR ()
 
double get_WRONG_DOCUMENT_ERR ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ DOMException() [1/3]

client::DOMException::DOMException ( )

◆ DOMException() [2/3]

client::DOMException::DOMException ( const String message)

◆ DOMException() [3/3]

client::DOMException::DOMException ( const String message,
const String name 
)

Member Function Documentation

◆ get_ABORT_ERR()

double client::DOMException::get_ABORT_ERR ( )

◆ get_code()

double client::DOMException::get_code ( )

◆ get_DATA_CLONE_ERR()

double client::DOMException::get_DATA_CLONE_ERR ( )

◆ get_DOMSTRING_SIZE_ERR()

double client::DOMException::get_DOMSTRING_SIZE_ERR ( )

◆ get_HIERARCHY_REQUEST_ERR()

double client::DOMException::get_HIERARCHY_REQUEST_ERR ( )

◆ get_INDEX_SIZE_ERR()

double client::DOMException::get_INDEX_SIZE_ERR ( )

◆ get_INUSE_ATTRIBUTE_ERR()

double client::DOMException::get_INUSE_ATTRIBUTE_ERR ( )

◆ get_INVALID_ACCESS_ERR()

double client::DOMException::get_INVALID_ACCESS_ERR ( )

◆ get_INVALID_CHARACTER_ERR()

double client::DOMException::get_INVALID_CHARACTER_ERR ( )

◆ get_INVALID_MODIFICATION_ERR()

double client::DOMException::get_INVALID_MODIFICATION_ERR ( )

◆ get_INVALID_NODE_TYPE_ERR()

double client::DOMException::get_INVALID_NODE_TYPE_ERR ( )

◆ get_INVALID_STATE_ERR()

double client::DOMException::get_INVALID_STATE_ERR ( )

◆ get_message()

String* client::DOMException::get_message ( )

◆ get_name()

String* client::DOMException::get_name ( )

◆ get_NAMESPACE_ERR()

double client::DOMException::get_NAMESPACE_ERR ( )

◆ get_NETWORK_ERR()

double client::DOMException::get_NETWORK_ERR ( )

◆ get_NO_DATA_ALLOWED_ERR()

double client::DOMException::get_NO_DATA_ALLOWED_ERR ( )

◆ get_NO_MODIFICATION_ALLOWED_ERR()

double client::DOMException::get_NO_MODIFICATION_ALLOWED_ERR ( )

◆ get_NOT_FOUND_ERR()

double client::DOMException::get_NOT_FOUND_ERR ( )

◆ get_NOT_SUPPORTED_ERR()

double client::DOMException::get_NOT_SUPPORTED_ERR ( )

◆ get_PARSE_ERR()

double client::DOMException::get_PARSE_ERR ( )

◆ get_prototype()

DOMException* client::DOMException::get_prototype ( )

◆ get_QUOTA_EXCEEDED_ERR()

double client::DOMException::get_QUOTA_EXCEEDED_ERR ( )

◆ get_SECURITY_ERR()

double client::DOMException::get_SECURITY_ERR ( )

◆ get_SERIALIZE_ERR()

double client::DOMException::get_SERIALIZE_ERR ( )

◆ get_SYNTAX_ERR()

double client::DOMException::get_SYNTAX_ERR ( )

◆ get_TIMEOUT_ERR()

double client::DOMException::get_TIMEOUT_ERR ( )

◆ get_TYPE_MISMATCH_ERR()

double client::DOMException::get_TYPE_MISMATCH_ERR ( )

◆ get_URL_MISMATCH_ERR()

double client::DOMException::get_URL_MISMATCH_ERR ( )

◆ get_VALIDATION_ERR()

double client::DOMException::get_VALIDATION_ERR ( )

◆ get_WRONG_DOCUMENT_ERR()

double client::DOMException::get_WRONG_DOCUMENT_ERR ( )

◆ set_prototype()

void client::DOMException::set_prototype ( DOMException )

◆ toString()

String* client::DOMException::toString ( )