Package org.incenp.obofoundry.sssom
Class SSSOMFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.incenp.obofoundry.sssom.SSSOMFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtractorSyntaxException
This exception is thrown when processing data that do not conform to the
SSSOM format specification.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the specified error message.SSSOMFormatException
(String msg, Throwable inner) Creates a new instance with the specifier error message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSSOMFormatException
Creates a new instance with the specified error message.- Parameters:
msg
- A message describing the error.
-
SSSOMFormatException
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.
-