open fun fatal(message: String, @Nullable source: Any): Unitopen fun fatal(message: String, @Nullable source: Any, @Nullable cause: Throwable): Unitopen fun fatal(message: String, @Nullable source: Any, @Nullable parseState: ParseState): Unitopen fun fatal(message: String, @Nullable source: Any, @Nullable parseState: ParseState, @Nullable cause: Throwable): Unit
Raise a fatal error.