MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLWMSException:

Detailed Description

Derivatives of this class should be added to a TSLWMSExceptionReport, which when populated should have its 'throwException' method called.

Public Member Functions

void destroy ()
 
const char * locator () const
 
void locator (const char *locator)
 
const char * value () const
 
void value (const char *value)
 

Protected Member Functions

 TSLWMSException ()
 
 ~TSLWMSException ()
 

Constructor & Destructor Documentation

◆ TSLWMSException()

TSLWMSException::TSLWMSException ( )
protected

◆ ~TSLWMSException()

TSLWMSException::~TSLWMSException ( )
protected

Destructor declared protected to force allocation on the heap. Use the destroy method, rather than delete.

Member Function Documentation

◆ destroy()

void TSLWMSException::destroy ( )

◆ locator() [1/2]

const char * TSLWMSException::locator ( ) const

◆ locator() [2/2]

void TSLWMSException::locator ( const char * locator)

◆ value() [1/2]

const char * TSLWMSException::value ( ) const

◆ value() [2/2]

void TSLWMSException::value ( const char * value)