Class InvalidSmilesException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSmilesException
    extends CDKException
    Exception thrown when an error is occurred during SMILES parsing.
    See Also:
    Serialized Form
    Source code:
    main
    Belongs to CDK module:
    standard
    • Constructor Detail

      • InvalidSmilesException

        public InvalidSmilesException​(String message)
        Constructs a new exception with a custom message.
        Parameters:
        message - the custom message detailing what may be wrong with the SMILES.
      • InvalidSmilesException

        public InvalidSmilesException​(String message,
                                      Exception exception)
        Constructs a new exception with a custom message and a stacktrace.
        Parameters:
        message - the custom message detailing what may be wrong with the SMILES.
        exception - the underlying exception