Smartswitch
ArgumentException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 #include <GenericException.ice>
6 
7 module Smartswitch
8 {
13  {
14  string argument;
15  };
16 };
Definition: AccessException.ice:7
Thrown when a user specifies wrong argument to a method.
Definition: ArgumentException.ice:12
string argument
The name of the argument which had wrong data.
Definition: ArgumentException.ice:14
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10