A cascading and located RuntimeException. It is also
MultiLocatable to easily build
location stack traces.
If a LocatedRuntimeException is built with a location and a cause which is also a
LocatedRuntimeException, then the default behavior is to add the location to the cause
exception and immediately rethrow the cause. This avoids exception nesting and builds a location
stack.
since: 2.1.8 version: $Id: LocatedRuntimeException.java 446917 2006-09-16 19:10:40Z vgritsenko $