Class DistinctErrorLog.DistinctObservation

  • Enclosing class:
    DistinctErrorLog

    static final class DistinctErrorLog.DistinctObservation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int offset  
      (package private) java.lang.Throwable throwable  
    • Constructor Summary

      Constructors 
      Constructor Description
      DistinctObservation​(java.lang.Throwable throwable, int offset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • throwable

        final java.lang.Throwable throwable
      • offset

        final int offset
    • Constructor Detail

      • DistinctObservation

        DistinctObservation​(java.lang.Throwable throwable,
                            int offset)