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
Exception that is thrown by descriptor routines when a problem has occurred.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- qsar
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptorException
(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 Details
-
DescriptorException
Constructs a new DescriptorException with the given message.- Parameters:
message
- for the constructed exception
-
DescriptorException
Constructs a new DescriptorException with from the supplied descriptor name and associated message.- Parameters:
name
- Name of the descriptor raising the exceptionmessage
- The message associated with the exception
-