Interface IErrorEvent

All Superinterfaces:
IInfoEvent
All Known Implementing Classes:
ErrorEvent

public interface IErrorEvent extends IInfoEvent
This interface provides the method to infer to the cause in case of an IErrorEvent.
Since:
26/07/2019
Version:
26/07/2019
Author:
DNA
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.dna.jopt.framework.codedefinition.IInfoEvent

    getCode
  • Method Details