Exceptions: Difference between revisions

From Sunhill Framework Documentation
+Property not set exception
+ two more exceptions
Line 1: Line 1:
{|class="wikitable sortable" style="width: 100%"
{|class="wikitable sortable" style="width: 100%"
!Name!!Parent!!Type!!Submodule!!class="unsortable"| Description
!Name!!Parent!!Type!!Submodule!!class="unsortable"| Description
{{Exception info|Name=PropertyException|Parent=SunhillException|Type=Error|Submodule=Properties|Description=A common exception for all property associated exceptions}}
{{Exception info|Name=PropertyNotSetException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=The excpetion is raised when an ElementBuilder method is called and no property is set}}
{{Exception info|Name=PropertyNotSetException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=The excpetion is raised when an ElementBuilder method is called and no property is set}}
{{Exception info|Name=SunhillException|Parent=Exception|Type=Error|Submodule=|Description=A basic exception for all excpetions of the sunhill framework}}
|}
|}

Revision as of 16:40, 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