public static class TrackHelper.Exception
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build()
May throw an
IllegalArgumentException if the TrackMe was build with incorrect arguments. |
TrackHelper.Exception |
description(java.lang.String description) |
TrackHelper.Exception |
fatal(boolean isFatal) |
boolean |
safelyWith(MatomoApplication matomoApplication) |
boolean |
safelyWith(Tracker tracker)
build() can throw an exception on illegal arguments. |
void |
with(MatomoApplication matomoApplication) |
void |
with(Tracker tracker) |
public TrackHelper.Exception description(java.lang.String description)
description - exception messagepublic TrackHelper.Exception fatal(boolean isFatal)
isFatal - true if it's fatal exceptionpublic TrackMe build()
IllegalArgumentException if the TrackMe was build with incorrect arguments.public void with(MatomoApplication matomoApplication)
public void with(Tracker tracker)
public boolean safelyWith(MatomoApplication matomoApplication)