MCPcopy Create free account
hub / github.com/csyonghe/Spire / InvalidProgramException

Class InvalidProgramException

Source/CoreLib/Exception.h:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 };
101
102 class InvalidProgramException : public Exception
103 {
104 public:
105 InvalidProgramException()
106 {}
107 InvalidProgramException(const String & message)
108 : Exception(message)
109 {
110 }
111 };
112 }
113}
114

Callers 15

PrintDefMethod · 0.85
PrintOpMethod · 0.85
PrintBinaryInstrExprMethod · 0.85
PrintUnaryInstrExprMethod · 0.85
PrintAllocVarInstrMethod · 0.85
VisitVarExpressionMethod · 0.85
VisitMemberExpressionMethod · 0.85
VisitMemberExpressionMethod · 0.85
VisitInvokeExpressionMethod · 0.85
VisitVarExpressionMethod · 0.85
MemberLoadInstructionMethod · 0.85
DefineBasicTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected