public class InvalidSmilesException extends CDKException
| Constructor and Description |
|---|
InvalidSmilesException(String message)
Constructs a new exception with a custom message.
|
InvalidSmilesException(String message,
Exception exception)
Constructs a new exception with a custom message and a stacktrace.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSmilesException(String message)
message - the custom message detailing what may be wrong with the SMILES.Copyright © 2017. All rights reserved.