decompiler  1.0.0
Public Member Functions | List of all members
JumptableNotReachableError Struct Reference

Exception thrown is there are no legal flows to a switch. More...

#include <jumptable.hh>

Inheritance diagram for JumptableNotReachableError:
LowlevelError

Public Member Functions

 JumptableNotReachableError (const string &s)
 Constructor.
 
- Public Member Functions inherited from LowlevelError
 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Additional Inherited Members

- Public Attributes inherited from LowlevelError
string explain
 

Detailed Description

Exception thrown is there are no legal flows to a switch.


The documentation for this struct was generated from the following file: