|
Smartswitch
|
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 { ... }


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... | |
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.
1.8.15