initFTException Subroutine

public subroutine initFTException(self, severity, exceptionName, infoDictionary)

The main initializer for the class

Type Bound

FTException

Arguments

Type IntentOptional Attributes Name
class(FTException) :: self
integer :: severity
character(len=*) :: exceptionName
class(FTDictionary), optional, POINTER :: infoDictionary

Calls

proc~~initftexception~~CallsGraph proc~initftexception FTException%initFTException proc~initftobject FTObject%initFTObject proc~initftexception->proc~initftobject proc~setinfodictionary FTException%setInfoDictionary proc~initftexception->proc~setinfodictionary proc~releasememberdictionary releaseMemberDictionary proc~setinfodictionary->proc~releasememberdictionary proc~retainftobject FTObject%retainFTObject proc~setinfodictionary->proc~retainftobject proc~releaseftobject releaseFTObject proc~releasememberdictionary->proc~releaseftobject proc~printftobjectdescription FTObject%printFTObjectDescription proc~releaseftobject->proc~printftobjectdescription proc~refcount FTObject%refCount proc~printftobjectdescription->proc~refcount

Called by

proc~~initftexception~~CalledByGraph proc~initftexception FTException%initFTException proc~initassertionfailureexception FTException%initAssertionFailureException proc~initassertionfailureexception->proc~initftexception proc~initfatalexception FTException%initFatalException proc~initfatalexception->proc~initftexception proc~initwarningexception FTException%initWarningException proc~initwarningexception->proc~initftexception