@PublicAPI public class MDGeneratorException extends java.lang.Exception
MolecularDescriptor.generate()
interface. This exception is thrown in the case of any error in generating a
MolecularDescriptor
.Constructor and Description |
---|
MDGeneratorException()
Creates new
MDGeneratorException without detailed explanation. |
MDGeneratorException(java.lang.String msg)
Constructs a
MDGeneratorException with the specified detailed
message. |
MDGeneratorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
MDGeneratorException with the specified detail message and
cause. |
MDGeneratorException(java.lang.Throwable cause)
Constructs a
MDGeneratorException with the specified cause. |
public MDGeneratorException()
MDGeneratorException
without detailed explanation.public MDGeneratorException(java.lang.String msg)
MDGeneratorException
with the specified detailed
message.msg
- the detail message.public MDGeneratorException(java.lang.String message, java.lang.Throwable cause)
MDGeneratorException
with the specified detail message and
cause.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the causepublic MDGeneratorException(java.lang.Throwable cause)
MDGeneratorException
with the specified cause.cause
- the cause