throwing
Configures a new problem, reports it, and uses it to throw a new exception.
An exception must be provided in the spec.
The spec must specify the exception, the problem label, and the category. Any additional configuration is optional.
Return
never returns by throwing the exception, but using throw
statement at the call site is encouraged to indicate the intent and benefit from local control flow.
Since
8.13
Parameters
the exception to throw after reporting the problems
the problem id
the problem configuration
Configures a new problem, reports it, and uses it to throw a new exception.
An exception must be provided in the spec.
The spec must specify the exception, the problem label, and the category. Any additional configuration is optional.
Return
never returns by throwing the exception, but using throw
statement at the call site is encouraged to indicate the intent and benefit from local control flow.
Since
8.13
Parameters
the exception to throw after reporting the problems
the problem to report
Reports the target problems and throws a runtime exception. When this method is used, all reported problems will be associated with the thrown exception.
Return
nothing, the method throws an exception
Since
8.13
Parameters
the exception to throw after reporting the problems
the problems to report