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
public class SSSOMFormatException extends Exception
This exception is thrown when processing data that do not conform to the SSSOM format specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSSOMFormatException(String msg)Creates 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 Detail
-
SSSOMFormatException
public SSSOMFormatException(String msg)
Creates a new instance with the specified error message.- Parameters:
msg- A message describing the error.
-
-