Exceptions: Difference between revisions

From Sunhill Framework Documentation
+CheckException
+ Some 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
<!-- C -->
{{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=CheckException|Parent=SunhillException|Type=Error|Submodule=Checks|Description=An exception that is raised when somethings fails inside a check}}
<!-- F -->
{{Exception info|Name=FilterException|Parent=SunhillException|Type=Error|Submodule=Filters|Description=An exception that is raised when something fails inside a filter}}
<!-- I -->
{{Exception info|Name=InvalidNameException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=Is raised when a property is assigned an invalid name}}
<!-- P -->
{{Exception info|Name=PropertyDoesntExistException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=Is raised when a property is called that does not exist}}
{{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=PropertyKeyDoesntExistException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=Is raised when a getInfo() is called with a unknown key}}
{{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}}
<!-- Q -->
{{Exception info|Name=QueryException|Parent=SunhillException|Type=Error|Submodule=Queries|Description=Base for exception that raised by a query}}
<!-- S -->
{{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}}
<!-- W -->
{{Exception info|Name=WrongTypeException|Parent=PropertyException|Type=Error|Submodule=Properties|Description=Is raised when }}
|}
|}
[[Category:Exceptions]]
[[Category:Exceptions]]

Revision as of 20:19, 7 October 2024

Name Parent Type Submodule Description
CheckException SunhillException Error Checks An exception that is raised when somethings fails inside a check
FilterException SunhillException Error Filters An exception that is raised when something fails inside a filter
InvalidNameException PropertyException Error Properties Is raised when a property is assigned an invalid name
PropertyDoesntExistException PropertyException Error Properties Is raised when a property is called that does not exist
PropertyException SunhillException Error Properties A common exception for all property associated exceptions
PropertyKeyDoesntExistException PropertyException Error Properties Is raised when a getInfo() is called with a unknown key
PropertyNotSetException PropertyException Error Properties The excpetion is raised when an ElementBuilder method is called and no property is set
QueryException SunhillException Error Queries Base for exception that raised by a query
SunhillException Exception Error A basic exception for all excpetions of the sunhill framework
WrongTypeException PropertyException Error Properties Is raised when