Class ValidationError

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int atOffset
      Actual offset into RawMessage.data (not corrected for start offset).
      NonStaticFieldInfo fieldInfo
      The field that failed validation, or null.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fieldInfo

        public final NonStaticFieldInfo fieldInfo
        The field that failed validation, or null.
      • atOffset

        public final int atOffset
        Actual offset into RawMessage.data (not corrected for start offset).
    • Constructor Detail

      • ValidationError

        protected ValidationError​(int atOffset,
                                  NonStaticFieldInfo fieldInfo)