Class NoSuchBondException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchBondException
    extends RuntimeException
    Exception that is thrown when a Bond 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

      • NoSuchBondException

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