|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
chemaxon.descriptors.MDGeneratorException
public class MDGeneratorException
Exception definition for the MolecularDescriptor.generate()
interface. This exception is thrown in the case of any error in generating a
MolecularDescriptor.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||