val <T : Throwable> Builder<T>.message: Builder<String?>
Maps an assertion on a Throwable to an assertion on its Throwable.message. This mapping also asserts that the message is not null.
null
Author Xavier Hanin