Class NoSuchAtomException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchAtomException
    extends RuntimeException
    Exception that is thrown when an Atom is requested or required that does not exist in the relevant environment.
    See Also:
    Serialized Form
    Source code:
    main
    Belongs to CDK module:
    core
    • Constructor Detail

      • NoSuchAtomException

        public NoSuchAtomException​(String message)
        Constructs a new NoSuchAtomException with the given message.
        Parameters:
        message - for the constructed exception