All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arez.ObserverError Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
package arez;

import grim.annotations.OmitType;

/**
 * The types of errors that observers can generated.
 */
@OmitType( unless = "arez.enable_observer_error_handlers" )
public enum ObserverError
{
  /**
   * Exception generated when the reaction is executing.
   */
  REACTION_ERROR,
  /**
   * Exception generated in OnActivate hook action.
   */
  ON_ACTIVATE_ERROR,
  /**
   * Exception generated in OnDeactivate hook action.
   */
  ON_DEACTIVATE_ERROR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy