Package deltix.qsrv.hf.blocks.booksim
Class BookDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.blocks.booksim.BookException
-
- deltix.qsrv.hf.blocks.booksim.BookDataException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadPriceException
,BadPriceOrderException
,BadSizeException
,DepthOutOfCurrentRangeException
,DepthOutOfStaticRangeException
,WrongDeleteSizeException
,WrongPriceException
public abstract class BookDataException extends BookException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
depth
-
Fields inherited from class deltix.qsrv.hf.blocks.booksim.BookException
books, nanosComponent, offerSide, timestamp
-
-
Constructor Summary
Constructors Constructor Description BookDataException(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, java.lang.String message)
-
Method Summary
-
Methods inherited from class deltix.qsrv.hf.blocks.booksim.BookException
fillInStackTrace
-
-
-
-
Constructor Detail
-
BookDataException
public BookDataException(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, java.lang.String message)
-
-