Exceptions: Difference between revisions
From Sunhill Framework Documentation
+ two more exceptions |
+Cat |
||
Line 5: | Line 5: | ||
{{Exception info|Name=SunhillException|Parent=Exception|Type=Error|Submodule=|Description=A basic exception for all excpetions of the sunhill framework}} | {{Exception info|Name=SunhillException|Parent=Exception|Type=Error|Submodule=|Description=A basic exception for all excpetions of the sunhill framework}} | ||
|} | |} | ||
[[Category:Exceptions]] |
Revision as of 16:46, 2 October 2024
Name | Parent | Type | Submodule | Description |
---|---|---|---|---|
PropertyException | SunhillException | Error | Properties | A common exception for all property associated exceptions |
PropertyNotSetException | PropertyException | Error | Properties | The excpetion is raised when an ElementBuilder method is called and no property is set |
SunhillException | Exception | Error | A basic exception for all excpetions of the sunhill framework |