org.eclipse.jgit.errors
Class InvalidPatternException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.errors.InvalidPatternException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoClosingBracketException

public class InvalidPatternException
extends Exception

Thrown when a pattern passed in an argument was wrong.

See Also:
Serialized Form

Constructor Summary
InvalidPatternException(String message, String pattern)
           
 
Method Summary
 String getPattern()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPatternException

public InvalidPatternException(String message,
                               String pattern)
Parameters:
message - explains what was wrong with the pattern.
pattern - the invalid pattern.
Method Detail

getPattern

public String getPattern()
Returns:
the invalid pattern.


Copyright © 2013. All Rights Reserved.