Package org.obolibrary.oboformat.model
Class FrameStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.obolibrary.oboformat.model.DocumentStructureException
org.obolibrary.oboformat.model.FrameStructureException
- All Implemented Interfaces:
Serializable
The Class FrameStructureException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new frame structure exception.FrameStructureException
(Frame frame, String msg) Instantiates a new frame 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
-
FrameStructureException
Instantiates a new frame structure exception.- Parameters:
msg
- the message
-
FrameStructureException
Instantiates a new frame structure exception.- Parameters:
frame
- the framemsg
- the message
-