RuntimeException
. It is also {@link MultiLocatable} to easily buildlocation 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
|
|