Java.Util.Regex.PatternSyntaxException Members

The members of Java.Util.Regex.PatternSyntaxException are listed below.

See Also: Inherited members from Java.Lang.IllegalArgumentException

Public Constructors

Creates a new PatternSyntaxException for a given message, pattern, and error index.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Descriptionstring. Returns the description of the syntax error, or null if the description is not known.
[read-only]
Indexint. Returns the character index around which the error occurred, or -1 if the index is not known.
[read-only]
Patternstring. Returns the syntactically incorrect regular expression.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.