Package jetbrains.buildServer.vcs
Class InvalidBranchSpecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.vcs.InvalidBranchSpecException
-
- All Implemented Interfaces:
Serializable
public class InvalidBranchSpecException extends RuntimeException
- Author:
- dmitry.neverov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBranchSpecException(String branchSpec, int lineNum, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
int
getLineNum()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-