Class SSSOMFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.obofoundry.sssom.SSSOMFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtractorSyntaxException

public class SSSOMFormatException extends Exception
This exception is thrown when processing data that do not conform to the SSSOM format specification.
See Also:
  • Constructor Details

    • SSSOMFormatException

      public SSSOMFormatException(String msg)
      Creates a new instance with the specified error message.
      Parameters:
      msg - A message describing the error.
    • SSSOMFormatException

      public SSSOMFormatException(String msg, Throwable inner)
      Creates a new instance with the specifier error message and cause.
      Parameters:
      msg - A message describing the cause.
      inner - The underlying cause of the error.