public class IncompatibleExecDataVersionException extends IOException
| Constructor and Description |
|---|
IncompatibleExecDataVersionException(int actualVersion)
Creates a new exception to flag version mismatches in execution data.
|
| Modifier and Type | Method and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleExecDataVersionException(int actualVersion)
actualVersion - version found in the exec datapublic int getExpectedVersion()
public int getActualVersion()
Copyright © 2024. All rights reserved.