Class SnapshotIndex.ParsingException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SnapshotIndex

    public static final class SnapshotIndex.ParsingException
    extends java.lang.RuntimeException
    ParsingException occurs when a SnapshotIndex can't be parsed
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsingException​(@NonNull java.lang.Throwable t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Throwable

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

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParsingException

        public ParsingException​(@NonNull
                                @NonNull java.lang.Throwable t)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object