Package org.obolibrary.oboformat.model
Class DocumentStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.obolibrary.oboformat.model.DocumentStructureException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FrameStructureException
The Class DocumentStructureException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new document structure exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentStructureException
Instantiates a new document structure exception.- Parameters:
msg
- the message
-