|
|||||||||
| 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.MDWriterException
public class MDWriterException
Exception definition for the MDWriter class.
| Constructor Summary | |
|---|---|
MDWriterException()
Creates new MDWriterException without detailed explanation. |
|
MDWriterException(java.lang.String msg)
Constructs a MDWriterException with the specified detailed
message. |
|
MDWriterException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a MDWriterException with the specified message
and 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 MDWriterException()
MDWriterException without detailed explanation.
public MDWriterException(java.lang.String msg)
MDWriterException with the specified detailed
message.
msg - the detail message.
public MDWriterException(java.lang.String msg,
java.lang.Throwable cause)
MDWriterException with the specified message
and cause.
msg - the messagecause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||