Class PEEAFTheory.ElementNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tweetyproject.arg.bipolar.syntax.PEEAFTheory.ElementNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
PEEAFTheory

public static class PEEAFTheory.ElementNotFoundException extends RuntimeException
The exception occurs when the element requested is not found. The exception has an internal atomic variable for keeping track of the number of times this occurs.
See Also:
  • Constructor Details

    • ElementNotFoundException

      public ElementNotFoundException(String message)
      The atomic variable to store the occurrence of this exception.
  • Method Details

    • getOccurrenceCount

      public static long getOccurrenceCount()
      Get the occurrence count of exception thrown.
      Returns:
      the count