A B C D E F G H I J L M N O P R S T U V W

N

NestedException - Exception in jut.lang
wrapper class for wrapping a Throwable in a RuntimeException. the main use for this is to wrap declared exceptions in interface implementations that do not declare exceptions themselves, like Runnable. as far as possible, a NestedException exposes the properties of the wrapped Throwable.
NestedException(Throwable) - Constructor for exception jut.lang.NestedException
wrap a Throwable into a RuntimeException.

A B C D E F G H I J L M N O P R S T U V W