open fun warning(message: String, @Nullable source: Any): Unitopen fun warning(message: String, @Nullable source: Any, @Nullable cause: Throwable): Unitopen fun warning(message: String, @Nullable source: Any, @Nullable parseState: ParseState): Unitopen fun warning(message: String, @Nullable source: Any, @Nullable parseState: ParseState, @Nullable cause: Throwable): Unit
Raise a non-critical warning.