Java FairComIsam Library - CtreeSession: Added check for NULL JCtree
The CtreeSession class tried to create a JCtree class but did not check for failures that may result in a null object. A check has been added and an exception is now thrown if the object is null.