java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pcre4j.exception.Pcre2Exception
org.pcre4j.exception.Pcre2SubstituteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Pcre2SubstituteError
An exception that occurs during a substitute operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPcre2SubstituteException(String message, int errorCode) Creates a new substitute exception.Pcre2SubstituteException(String message, int errorCode, Throwable cause) Creates a new substitute exception. -
Method Summary
Methods inherited from class org.pcre4j.exception.Pcre2Exception
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Pcre2SubstituteException
Creates a new substitute exception.- Parameters:
message- the error messageerrorCode- the PCRE2 native error code
-
Pcre2SubstituteException
Creates a new substitute exception.- Parameters:
message- the error messageerrorCode- the PCRE2 native error codecause- the cause of the exception, ornull
-