parseSafe not working correctly!

Hi

I observer that in “com.inductiveautomation.ignition.common.sqltags.parser” class, the “parseSafe” method which for non-existant path strings, is supposed to throw exception (Don’t know which exception! IOException or NullPointerexception, i am using “catch (Exception e)” in code) and return null, is not throwing exception in my case!

Can you explain what’s going wrong!. Am I using right class and method!

BR
PRAMANJ

Hi,
Can some one share his experience with this method? As per the Javadocs it is supposed to return null and throw an exception, but it doesn’t happen! Then how to eliminate erroneous configured paths?
PRAMANJ