Class UnsupportedAtomTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.lirmm.graphik.integraal.api.core.AtomSetException
fr.lirmm.graphik.integraal.api.core.UnsupportedAtomTypeException
- All Implemented Interfaces:
Serializable
Exception thrown when an atom type is unsupported by an atom-set implementation.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedAtomTypeException(String message) Creates an exception with a message.UnsupportedAtomTypeException(String message, Throwable cause) Creates an exception with a message and a cause.Creates an exception from a cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedAtomTypeException
-
UnsupportedAtomTypeException
Creates an exception with a message.- Parameters:
message- the error message
-
UnsupportedAtomTypeException
Creates an exception from a cause.- Parameters:
e- the underlying cause
-