NotFoundException..Root.NotFoundExceptionConstructs new NotFoundException which is thrown when a resource was not found.
Parameters: any number of String type variables
Return value: new NotFoundException
NativeCallable, Callable
sth.fun();
[…]
NotFoundException: Cannot find sth in .
log(Object().getName());
[…]
NotFoundException: Object Anonymous1234 has no parent, how sad