|
|||||||||
| 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.marvin.io.MRecordParseException
public class MRecordParseException
Record reading exception.
| Constructor Summary | |
|---|---|
MRecordParseException(MRecordReader.Position l,
java.lang.String s)
Creates an exception with the specified message. |
|
MRecordParseException(MRecordReader.Position l,
java.lang.String s,
java.lang.Throwable cause)
Creates an exception with the specified message and cause. |
|
MRecordParseException(MRecordReader.Position l,
java.lang.Throwable cause)
Creates an exception with the specified cause. |
|
| Method Summary | |
|---|---|
MRecordReader.Position |
getPosition()
Gets the position of the error. |
| 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 MRecordParseException(MRecordReader.Position l,
java.lang.String s)
l - the position in the input files - the message
public MRecordParseException(MRecordReader.Position l,
java.lang.String s,
java.lang.Throwable cause)
l - the position in the input files - the messagecause - the cause
public MRecordParseException(MRecordReader.Position l,
java.lang.Throwable cause)
l - the position in the input filecause - the cause| Method Detail |
|---|
public MRecordReader.Position getPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||