java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.automatalib.incremental.ConflictException
- All Implemented Interfaces:
Serializable
Conflict exception. Thrown when a data point to be inserted conflicts with definitive information already existing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception with a given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
Creates an exception with a given error message.- Parameters:
s- the error message- See Also:
-