Class UnsupportedAtomTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedAtomTypeException extends AtomSetException
Exception thrown when an atom type is unsupported by an atom-set implementation.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>
See Also:
  • Constructor Details

    • UnsupportedAtomTypeException

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

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

      public UnsupportedAtomTypeException(Throwable e)
      Creates an exception from a cause.
      Parameters:
      e - the underlying cause