public class NoClosingBracketException extends InvalidPatternException
Constructor and Description |
---|
NoClosingBracketException(int indexOfOpeningBracket,
String openingBracket,
String closingBracket,
String pattern)
Constructor for NoClosingBracketException
|
getPattern
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoClosingBracketException(int indexOfOpeningBracket, String openingBracket, String closingBracket, String pattern)
indexOfOpeningBracket
- the position of the [ character which has no ] character.openingBracket
- the unclosed bracket.closingBracket
- the missing closing bracket.pattern
- the invalid pattern.Copyright © 2019 Eclipse JGit Project. All rights reserved.