Class SelfValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SelfValidationException
    extends java.lang.RuntimeException
    Thrown by the self-validation logic in the book simulator.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String activityLog  
      deltix.qsrv.hf.pub.InstrumentMessage problem  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelfValidationException​(deltix.qsrv.hf.pub.InstrumentMessage problem, java.lang.CharSequence activityLog, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • problem

        public final deltix.qsrv.hf.pub.InstrumentMessage problem
      • activityLog

        public final java.lang.String activityLog
    • Constructor Detail

      • SelfValidationException

        public SelfValidationException​(deltix.qsrv.hf.pub.InstrumentMessage problem,
                                       java.lang.CharSequence activityLog,
                                       java.lang.Throwable cause)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable