Class DescriptorException

  • All Implemented Interfaces:
    Serializable

    public class DescriptorException
    extends CDKException
    Exception that is thrown by descriptor routines when a problem has occurred.
    See Also:
    Serialized Form
    Source code:
    main
    Belongs to CDK module:
    qsar
    • Constructor Detail

      • DescriptorException

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

        public DescriptorException​(String name,
                                   String message)
        Constructs a new DescriptorException with from the supplied descriptor name and associated message.
        Parameters:
        name - Name of the descriptor raising the exception
        message - The message associated with the exception