|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.modlab.smilib.exceptions.SmiLibException
de.modlab.smilib.exceptions.SmiLibSdfException
public class SmiLibSdfException
SmiLibSdfException is thrown when an error occurs during SMILES to SDF conversion with CDK.
| Constructor Summary | |
|---|---|
SmiLibSdfException()
Creates a new instance of SmiLibSdfException without detail message. |
|
SmiLibSdfException(java.lang.String msg)
Constructs an instance of SmiLibSdfException with the specified detail message. |
|
SmiLibSdfException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of SmiLibSdfException with the specified detail message and cause. |
|
SmiLibSdfException(java.lang.Throwable cause)
Constructs an instance of SmiLibSdfException 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 SmiLibSdfException()
SmiLibSdfException without detail message.
public SmiLibSdfException(java.lang.String msg)
SmiLibSdfException with the specified detail message.
msg - the detail message.public SmiLibSdfException(java.lang.Throwable cause)
SmiLibSdfException with the specified cause.
cause - another exception (throwable).
public SmiLibSdfException(java.lang.String message,
java.lang.Throwable cause)
SmiLibSdfException with the specified detail message and cause.
message - the detail messagecause - another exception (throwable).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||