Struct ClassHierarchyException¶
- Defined in File exceptions.h
Inheritance Relationships¶
Base Type¶
public TypeCheckerException(Struct TypeCheckerException)
Derived Types¶
public CyclicInheritenceException(Struct CyclicInheritenceException)public InheritedMethodParamCountException(Struct InheritedMethodParamCountException)public InheritedMethodParamTypeException(Struct InheritedMethodParamTypeException)public InheritedMethodReturnTypeException(Struct InheritedMethodReturnTypeException)public UnknownTypeException(Struct UnknownTypeException)
Struct Documentation¶
-
struct
ClassHierarchyException: public TypeCheckerException¶ Subclassed by CyclicInheritenceException, InheritedMethodParamCountException, InheritedMethodParamTypeException, InheritedMethodReturnTypeException, UnknownTypeException