Package it.unimi.dsi.lama4j
Class ElementLatticeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
it.unimi.dsi.lama4j.ElementLatticeMismatchException
- All Implemented Interfaces:
Serializable
public class ElementLatticeMismatchException extends IllegalArgumentException
An exception suggesting that an operation was being performed upon elements that did not match
the lattice performing the operation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ElementLatticeMismatchException(Element e, Lattice l)
ElementLatticeMismatchException(String s)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString