Class AnchorReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.serverSide.buildLog.AnchorReadException
-
- All Implemented Interfaces:
Serializable
public class AnchorReadException extends Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addResolvedAnchors(Map<Integer,Integer> additionalResolvedAnchors)
boolean
causedByAnchorsFileAbsence()
Anchors resolution is expected to fail in case logs were cleaned up.String
getBuildLogId()
Map<Integer,Integer>
getResolvedAnchors()
Set<Integer>
getUnresolvedAnchors()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getBuildLogId
@NotNull public String getBuildLogId()
-
addResolvedAnchors
public void addResolvedAnchors(@NotNull Map<Integer,Integer> additionalResolvedAnchors)
-
causedByAnchorsFileAbsence
public boolean causedByAnchorsFileAbsence()
Anchors resolution is expected to fail in case logs were cleaned up. So a client should have means to handle this case.
-
-