| Summary: | Expecting InvalidIndexException using substring [: operator | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed verified Closing this defect. |
egl.lang.EglString says InvalidIndexException should be thrown for: try longStr String = "123456789"; shortStr String = longStr[8:12]; onException (oops InvalidIndexException) SysLib.writeStdOut("Success"); onException (oops AnyException) SysLib.writeStdOut("wrong exception"); end