Package org.openscience.cdk.qsar
Class DescriptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openscience.cdk.exception.CDKException
-
- org.openscience.cdk.qsar.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 Summary
Constructors Constructor Description DescriptorException(String message)
Constructs a new DescriptorException with the given message.DescriptorException(String name, String message)
Constructs a new DescriptorException with from the supplied descriptor name and associated message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DescriptorException
public DescriptorException(String message)
Constructs a new DescriptorException with the given message.- Parameters:
message
- for the constructed exception
-
-