| kind | = | "Condition Error NativeException" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
returns a representation of this error, showing some information about the native exception
[ show source ]
method(
stackTrace = "%[ %s\n%]" format(self exceptionStackTrace)
"#{self exceptionType}: #{self exceptionMessage} (#{self kind})
#{stackTrace}
#{message asStackTraceText}
#{context stackTraceAsText}")