1.

When Using An Ide Debugger Why Do I See A Strange Array Index Out Of Bounds Exception?

Answer»

Some parsers (Xerces include) USE this EXCEPTION as part of their STANDARD operating procedure, internally throwing and catching the exception. No code outside the library is meant see it. However, IDE DEBUGGERS are often configured to report any time this exception is thrown, and thus they expose the exception. It can be safely IGNORED.

Some parsers (Xerces include) use this exception as part of their standard operating procedure, internally throwing and catching the exception. No code outside the library is meant see it. However, IDE debuggers are often configured to report any time this exception is thrown, and thus they expose the exception. It can be safely ignored.



Discussion

No Comment Found