Smartswitch
|
Thrown when a user specifies wrong argument to a method. More...
defined in <ArgumentException.ice>
exception ArgumentException extends Smartswitch::GenericException { ... }
Data Members | |
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... | |
Thrown when a user specifies wrong argument to a method.
string argument |
The name of the argument which had wrong data.