Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 923 Bytes

fEmptySetException.wiki

File metadata and controls

27 lines (24 loc) · 923 Bytes

fEmptySetException

<<css mode="next" class="sidebar"></css>> (((

Class Resources <<toc></toc>>

 - '''<a href="/docs/fEmptySetException">Class Documentation</a>'''
 - <a href="/api/fEmptySetException">API Reference</a>
 - <a href="https://github.com/flourishlib/flourish-classes/blob/master/fEmptySetException.php" target="_blank">Source Code</a>

Exception Classes <<toc></toc>>

 - fException
  - fExpectedException
   - fAuthorizationException
   - '''fEmptySetException'''
   - fNoRemainingException
   - fNoRowsException
   - fNotFoundException
   - fValidationException
  - fUnexpectedException
   - fConnectivityException
   - fEnvironmentException
   - fProgrammerException
   - fSQLException

)))

fEmptySetException is a sub-class of fExpectedException that indicates an fRecordSet does not contain any records. This type of exception will only be thrown by Flourish code when requested via the `tossIfEmpty()` method.

This space intentionally left blank