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

public class AtomSetException extends Exception
Reports an error while accessing the data.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>
See Also:
  • Constructor Details

    • AtomSetException

      public AtomSetException(String message, Throwable cause)
      Creates an atom-set exception with a message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause
    • AtomSetException

      public AtomSetException(String message)
      Creates an atom-set exception with a message.
      Parameters:
      message - the error message
    • AtomSetException

      public AtomSetException(Throwable e)
      Creates an atom-set exception from another throwable.
      Parameters:
      e - the underlying cause