ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Base class for ILIAS Exception handling. More...
Public Member Functions | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. More... | |
Base class for ILIAS Exception handling.
Any Exception class should inherit from it
Definition at line 34 of file class.ilException.php.
ilException::__construct | ( | $a_message, | |
$a_code = 0 |
|||
) |
A message isn't optional as in build in class Exception.
@access public
Reimplemented in ilExerciseException, ilExerciseException, ilFileException, ilTestEvaluationException, ilDateTimeException, ilTimeZoneException, ilPluginException, ilLDAPQueryException, ilLogException, ilMailException, ilMembershipRegistrationException, ilRegConfirmationLinkExpiredException, ilRegistrationException, ilRegistrationHashNotFoundException, ilRepositoryException, ilInvalidTreeStructureException, ilFileUtilsException, ilECSReaderException, ilSaxParserException, ilCurlConnectionException, ilECSConnectorException, ilObjectXMLException, ilOrgUnitTypePluginException, ilWACException, ilCloudException, ilAssLacOperatorNotSupportedByExpression, ilAssLacExpressionNotSupportedByQuestion, ilTestException, and ilAssLacAnswerIndexNotExist.
Definition at line 42 of file class.ilException.php.