Class: InvalidFilterError

system.errors. InvalidFilterError


new InvalidFilterError( [message] [, fileName] [, lineNumber])

Thrown when an invalid filter is find.

Thrown when an invalid filter is find.

Parameters:
Name Type Argument Description
message string <optional>

Human-readable description of the error.

fileName string <optional>

Human-readable description of the error.

lineNumber string <optional>

Human-readable description of the error.

Extends

  • Error