How do I cause fatal errors with Asciidoctorj
Posted by rockyallen on Apr 24, 2019; 8:03am
URL: https://discuss.asciidoctor.org/How-do-I-cause-fatal-errors-with-Asciidoctorj-tp6862.html
Specifically I want to stop execution if my Java macro has found an unrecoverable error. I was looking for a fail("message") method or an exception to throw, but I can't see anything obvious.