Package org.eclipse.jgit.errors
Class InvalidPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.InvalidPatternException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoClosingBracketException
Thrown when a pattern passed in an argument was wrong.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidPatternException
(String message, String pattern) Constructor for InvalidPatternExceptionInvalidPatternException
(String message, String pattern, Throwable cause) Constructor for InvalidPatternException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
pattern
-
-
Constructor Details
-
InvalidPatternException
Constructor for InvalidPatternException- Parameters:
message
- explains what was wrong with the pattern.pattern
- the invalid pattern.
-
InvalidPatternException
Constructor for InvalidPatternException- Parameters:
message
- explains what was wrong with the pattern.pattern
- the invalid pattern.cause
- the cause.- Since:
- 4.10
-
-
Method Details
-
getPattern
Get the invalid pattern- Returns:
- the invalid pattern.
-