Package chemaxon.marvin.io
Class MRecordParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.marvin.io.MRecordParseException
- All Implemented Interfaces:
Serializable
Record reading exception.
- Since:
- Marvin 5.0, 04/17/2007
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an exception with the specified message.MRecordParseException
(MRecordReader.Position l, String s, Throwable cause) Creates an exception with the specified message and cause.Creates an exception with the specified cause. -
Method Summary
Modifier and TypeMethodDescriptionGets the position of the error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MRecordParseException
Creates an exception with the specified message.- Parameters:
l
- the position in the input files
- the message
-
MRecordParseException
Creates an exception with the specified message and cause.- Parameters:
l
- the position in the input files
- the messagecause
- the cause
-
MRecordParseException
Creates an exception with the specified cause.- Parameters:
l
- the position in the input filecause
- the cause
-
-
Method Details
-
getPosition
Gets the position of the error.- Returns:
- the position
-