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
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 Summary
ConstructorDescriptionElementNotFoundException
(String message) The atomic variable to store the occurrence of this exception. -
Method Summary
Modifier and TypeMethodDescriptionstatic long
Get the occurrence count of exception thrown.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementNotFoundException
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
-