public final class MatchingException extends RuntimeException
Matcher implementations problems.| Constructor and Description |
|---|
MatchingException()
Constructs a new
MatchingException with null as its detail message. |
MatchingException(String message)
Constructs a new
MatchingException with the specified detail message. |
MatchingException(String message,
Throwable cause)
Constructs a new
MatchingException with the specified detail message and cause. |
MatchingException(Throwable cause)
Constructs a new
MatchingException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MatchingException()
MatchingException with null as its detail message.public MatchingException(@NotNull String message)
MatchingException with the specified detail message.message - exception messagepublic MatchingException(@NotNull String message, @NotNull Throwable cause)
MatchingException with the specified detail message and cause.message - exception messagecause - exception causepublic MatchingException(@NotNull Throwable cause)
MatchingException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.