java.io.Serializablepublic class IncompatibleExecDataVersionException
extends java.io.IOException
| Constructor | Description |
|---|---|
IncompatibleExecDataVersionException(int actualVersion) |
Creates a new exception to flag version mismatches in execution data.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getActualVersion() |
Gets the actual version found in the execution data.
|
int |
getExpectedVersion() |
Gets the version expected in the execution data which can be read by this
version of JaCoCo.
|
public IncompatibleExecDataVersionException(int actualVersion)
actualVersion - version found in the exec datapublic int getExpectedVersion()
public int getActualVersion()
Copyright © 2018. All rights reserved.