Class RegexParseError

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Text.RegularExpressions
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Text.RegularExpressions.RegexParseError
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
      • AlternationHasTooManyConditions

        public static RegexParseError AlternationHasTooManyConditions
      • AlternationHasMalformedCondition

        public static RegexParseError AlternationHasMalformedCondition
      • InvalidUnicodePropertyEscape

        public static RegexParseError InvalidUnicodePropertyEscape
      • MalformedUnicodePropertyEscape

        public static RegexParseError MalformedUnicodePropertyEscape
      • UnrecognizedControlCharacter

        public static RegexParseError UnrecognizedControlCharacter
      • MissingControlCharacter

        public static RegexParseError MissingControlCharacter
      • InsufficientOrInvalidHexDigits

        public static RegexParseError InsufficientOrInvalidHexDigits
      • QuantifierOrCaptureGroupOutOfRange

        public static RegexParseError QuantifierOrCaptureGroupOutOfRange
      • UndefinedNamedReference

        public static RegexParseError UndefinedNamedReference
      • UndefinedNumberedReference

        public static RegexParseError UndefinedNumberedReference
      • MalformedNamedReference

        public static RegexParseError MalformedNamedReference
      • UnescapedEndingBackslash

        public static RegexParseError UnescapedEndingBackslash
      • InvalidGroupingConstruct

        public static RegexParseError InvalidGroupingConstruct
      • AlternationHasNamedCapture

        public static RegexParseError AlternationHasNamedCapture
      • AlternationHasComment

        public static RegexParseError AlternationHasComment
      • AlternationHasMalformedReference

        public static RegexParseError AlternationHasMalformedReference
      • AlternationHasUndefinedReference

        public static RegexParseError AlternationHasUndefinedReference
      • CaptureGroupNameInvalid

        public static RegexParseError CaptureGroupNameInvalid
      • ExclusionGroupNotLast

        public static RegexParseError ExclusionGroupNotLast
      • ReversedCharacterRange

        public static RegexParseError ReversedCharacterRange
      • ShorthandClassInCharacterRange

        public static RegexParseError ShorthandClassInCharacterRange
      • InsufficientClosingParentheses

        public static RegexParseError InsufficientClosingParentheses
      • ReversedQuantifierRange

        public static RegexParseError ReversedQuantifierRange
      • NestedQuantifiersNotParenthesized

        public static RegexParseError NestedQuantifiersNotParenthesized
      • QuantifierAfterNothing

        public static RegexParseError QuantifierAfterNothing
      • InsufficientOpeningParentheses

        public static RegexParseError InsufficientOpeningParentheses
      • UnrecognizedUnicodeProperty

        public static RegexParseError UnrecognizedUnicodeProperty
    • Constructor Detail

      • RegexParseError

        public RegexParseError​(java.lang.Object instance)
        Internal constructor. Use with caution
      • RegexParseError

        public RegexParseError()