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