Smartswitch
GenericException.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 module Smartswitch
6 {
10  exception GenericException
11  {
12  string description;
13  string solution;
14  };
15 };
string description
The error message which could be displayed to a user.
Definition: GenericException.ice:12
string solution
The possible way of working around the exception.
Definition: GenericException.ice:13
Definition: AccessException.ice:7
The base class for every exception thrown by Smartswitch.
Definition: GenericException.ice:10