Exceptions: Difference between revisions

From Sunhill Framework Documentation
+Cat
+CheckException
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=CheckException|Parent=SunhillException|Type=Error|Submodule=Checks|Description=An exception that is raised when somethings fails inside a check}}
{{Exception info|Name=PropertyException|Parent=SunhillException|Type=Error|Submodule=Properties|Description=A common exception for all property associated exceptions}}
{{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}}

Revision as of 11:38, 5 October 2024

Name Parent Type Submodule Description
CheckException SunhillException Error Checks An exception that is raised when somethings fails inside a check
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