Easypt

NotFoundException

..Root.NotFoundException

Constructs new NotFoundException which is thrown when a resource was not found.

Child of:

Root

Signatures:

NativeCallable, Callable

Examples:

sth.fun();

Expected output:

[…]

NotFoundException: Cannot find sth in .

log(Object().getName());

Expected output:

[…]

NotFoundException: Object Anonymous1234 has no parent, how sad