What exception is thrown if BreBootStrap.xml is not found or not configured correctly
I am using P6 Professional Management Integration API 22.12. If BreBootStrap.xml file is not found code throws exception which message "Fatal error: null".
I would like to know which exception class handles this exception so that I can write the handler and a meaningful message can be presented.
I know I can always check whether this file exists in Integration API folder but I would like to catch this in code as well.