Class RepeatingGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.fix.message.rg.exceptions.RepeatingGroupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateGroupException
,DuplicateTagException
,InvalidDelimiterTagException
,InvalidLeadingTagException
,InvalidLeadingTagValueException
,UnexpectedGroupTagException
,UnresolvedGroupTagException
Created by Aleksandr Chermashentsev on 17.09.2015.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepeatingGroupException
(FIXVersion version, String messageType) RepeatingGroupException
(com.epam.fixengine.configuration.FIXVersionContainer version, String messageType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepeatingGroupException
-
RepeatingGroupException
public RepeatingGroupException(com.epam.fixengine.configuration.FIXVersionContainer version, String messageType)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-