public static class SupportsBranches.BranchNotExistException extends Exception
Constructor and Description |
---|
BranchNotExistException(Identifier identifier,
String branch) |
BranchNotExistException(Identifier identifier,
String branch,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
branch() |
Identifier |
identifier() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BranchNotExistException(Identifier identifier, String branch)
public BranchNotExistException(Identifier identifier, String branch, Throwable cause)
public Identifier identifier()
public String branch()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.