Class PEEAFTheory.NotAnArgumentException

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

public static class PEEAFTheory.NotAnArgumentException extends RuntimeException
The exception occurs when the argument 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

    • NotAnArgumentException

      public NotAnArgumentException(String message)
      Default constructor
      Parameters:
      message - the reason for the exception
  • Method Details

    • getOccurrenceCount

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