Serialized Form
-
Package org.pcre4j.exception
-
Exception Class org.pcre4j.exception.Pcre2CompileError
class Pcre2CompileError extends Pcre2CompileException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2CompileException
class Pcre2CompileException extends Pcre2Exception implements Serializable -
Exception Class org.pcre4j.exception.Pcre2ConvertException
class Pcre2ConvertException extends Pcre2Exception implements Serializable-
Serialized Fields
-
pattern
String pattern
The pattern that caused the error.
-
-
-
Exception Class org.pcre4j.exception.Pcre2Exception
class Pcre2Exception extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
int errorCode
The PCRE2 native error code, or 0 if not applicable.
-
-
-
Exception Class org.pcre4j.exception.Pcre2InternalException
class Pcre2InternalException extends Pcre2Exception implements Serializable -
Exception Class org.pcre4j.exception.Pcre2MatchException
class Pcre2MatchException extends Pcre2Exception implements Serializable -
Exception Class org.pcre4j.exception.Pcre2MatchLimitException
class Pcre2MatchLimitException extends Pcre2MatchException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2NoSubstringError
class Pcre2NoSubstringError extends Pcre2NoSubstringException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2NoSubstringException
class Pcre2NoSubstringException extends Pcre2SubstringException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2NoUniqueSubstringError
class Pcre2NoUniqueSubstringError extends Pcre2NoUniqueSubstringException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2NoUniqueSubstringException
class Pcre2NoUniqueSubstringException extends Pcre2SubstringException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2PatternInfoSizeError
class Pcre2PatternInfoSizeError extends Pcre2PatternInfoSizeException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2PatternInfoSizeException
class Pcre2PatternInfoSizeException extends Pcre2InternalException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2SubstituteError
class Pcre2SubstituteError extends Pcre2SubstituteException implements Serializable -
Exception Class org.pcre4j.exception.Pcre2SubstituteException
class Pcre2SubstituteException extends Pcre2Exception implements Serializable -
Exception Class org.pcre4j.exception.Pcre2SubstringException
class Pcre2SubstringException extends Pcre2Exception implements Serializable
-