Class MRecordParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.marvin.io.MRecordParseException
All Implemented Interfaces:
Serializable

@PublicAPI public class MRecordParseException extends Exception
Record reading exception.
Since:
Marvin 5.0, 04/17/2007
See Also:
  • Constructor Details

    • MRecordParseException

      public MRecordParseException(MRecordReader.Position l, String s)
      Creates an exception with the specified message.
      Parameters:
      l - the position in the input file
      s - the message
    • MRecordParseException

      public MRecordParseException(MRecordReader.Position l, String s, Throwable cause)
      Creates an exception with the specified message and cause.
      Parameters:
      l - the position in the input file
      s - the message
      cause - the cause
    • MRecordParseException

      public MRecordParseException(MRecordReader.Position l, Throwable cause)
      Creates an exception with the specified cause.
      Parameters:
      l - the position in the input file
      cause - the cause
  • Method Details

    • getPosition

      public MRecordReader.Position getPosition()
      Gets the position of the error.
      Returns:
      the position