Returns a description of the throwable.
assert(description(new Throwable("foobar")) == "object.Throwable: foobar"); assert(description(new Throwable("foobar", "foo.d", 42)) == "object.Throwable@foo.d(42): foobar");
See Implementation
Returns a description of the throwable.