Smartswitch
EmptyArgumentException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 #include <ArgumentException.ice>
6 
7 module Smartswitch
8 {
15  {
16  };
17 };
Definition: AccessException.ice:7
Thrown when a user specifies wrong argument to a method.
Definition: ArgumentException.ice:12
The exception is thrown when you specify empty argument while Smartswitch expects it to be non-empty.
Definition: EmptyArgumentException.ice:14