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