Package com.io7m.coffeepick.api
Interface CoffeePickCatalogEventRuntimeDownloadFailedType
-
- All Superinterfaces:
CoffeePickCatalogEventType,CoffeePickEventType
- All Known Implementing Classes:
CoffeePickCatalogEventRuntimeDownloadFailed
@Immutable public interface CoffeePickCatalogEventRuntimeDownloadFailedType extends CoffeePickCatalogEventType
A download has failed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.io7m.coffeepick.api.CoffeePickEventType
CoffeePickEventType.Severity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Exceptionexception()java.lang.Stringid()default CoffeePickEventType.Severityseverity()
-
-
-
Method Detail
-
severity
default CoffeePickEventType.Severity severity()
- Specified by:
severityin interfaceCoffeePickEventType- Returns:
- The severity of the event
-
id
@Parameter java.lang.String id()
- Returns:
- The ID of the runtime
-
exception
@Parameter java.lang.Exception exception()
- Returns:
- The exception raised
-
-