Smartswitch
List of all members
Smartswitch::EmptyArgumentException Exception Reference

The exception is thrown when you specify empty argument while Smartswitch expects it to be non-empty. More...

defined in <EmptyArgumentException.ice>

exception EmptyArgumentException extends Smartswitch::ArgumentException { ... }

Inheritance diagram for Smartswitch::EmptyArgumentException:
Inheritance graph
[legend]
Collaboration diagram for Smartswitch::EmptyArgumentException:
Collaboration graph
[legend]

Additional Inherited Members

- Data Members inherited from Smartswitch::ArgumentException
string argument
 The name of the argument which had wrong data. More...
 
- Data Members inherited from Smartswitch::GenericException
string description
 The error message which could be displayed to a user. More...
 
string solution
 The possible way of working around the exception. More...
 

Detailed Description

The exception is thrown when you specify empty argument while Smartswitch expects it to be non-empty.

You may want to specify the correct argument.


The documentation for this exception was generated from the following file: