Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
Pcre2CompileExceptioninstead. This class will be removed in a future release.UsePcre2CompileException(String, long, String, int)instead.UsePcre2NoSubstringExceptioninstead. This class will be removed in a future release.UsePcre2NoSubstringException(String, int)instead.UsePcre2NoSubstringException(String, int, Throwable)instead.UsePcre2NoUniqueSubstringExceptioninstead. This class will be removed in a future release.UsePcre2NoUniqueSubstringException(String, int)instead.UsePcre2PatternInfoSizeExceptioninstead. This class will be removed in a future release.UsePcre2SubstituteExceptioninstead. This class will be removed in a future release.UsePcre2SubstituteException(String, int)instead.UsePcre2SubstituteException(String, int, Throwable)instead.
-
Deprecated Exception ClassesException ClassDescriptionUse
Pcre2CompileExceptioninstead. This class will be removed in a future release.UsePcre2NoSubstringExceptioninstead. This class will be removed in a future release.UsePcre2NoUniqueSubstringExceptioninstead. This class will be removed in a future release.UsePcre2PatternInfoSizeExceptioninstead. This class will be removed in a future release.UsePcre2SubstituteExceptioninstead. This class will be removed in a future release.
-
Deprecated ConstructorsConstructorDescriptionUse
Pcre2CompileException(String, long, String, int)instead.UsePcre2NoSubstringException(String, int)instead.UsePcre2NoSubstringException(String, int, Throwable)instead.UsePcre2NoUniqueSubstringException(String, int)instead.UsePcre2SubstituteException(String, int)instead.UsePcre2SubstituteException(String, int, Throwable)instead.
-
Deprecated Enum Constants