Package net.automatalib.incremental
Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- net.automatalib.incremental.ConflictException
-
- All Implemented Interfaces:
Serializable
public class ConflictException extends IllegalArgumentException
Conflict exception. Thrown when a data point to be inserted conflicts with definitive information already existing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictException()
Default constructor.ConflictException(String s)
Constructor.ConflictException(String message, Throwable cause)
Constructor.ConflictException(Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConflictException
public ConflictException()
Default constructor.- See Also:
IllegalArgumentException()
-
ConflictException
public ConflictException(String s)
Constructor.- See Also:
IllegalArgumentException(String)
-
ConflictException
public ConflictException(Throwable cause)
Constructor.- See Also:
IllegalArgumentException(Throwable)
-
-