Class OBOFormatParserException

All Implemented Interfaces:
Serializable

public class OBOFormatParserException extends OBOFormatException
The Class OBOFormatParserException.
See Also:
  • Constructor Details

    • OBOFormatParserException

      public OBOFormatParserException(String message, Throwable e, int lineNo, @Nullable String line)
      Parameters:
      message - the message
      e - the cause
      lineNo - the line no
      line - the line
    • OBOFormatParserException

      public OBOFormatParserException(String message, int lineNo, @Nullable String line)
      Parameters:
      message - the message
      lineNo - the line no
      line - the line
    • OBOFormatParserException

      public OBOFormatParserException(Throwable e, int lineNo, @Nullable String line)
      Parameters:
      e - the cause
      lineNo - the line no
      line - the line
  • Method Details