Class RuntimeProject.DiffException

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

    public static class RuntimeProject.DiffException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffException​(java.lang.String message, java.util.List<java.lang.String> currentHierarchy, java.util.List<java.lang.String> snapshotHierarchy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getCurrentHierarchy()  
      java.util.List<java.lang.String> getSnapshotHierarchy()  
      • 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DiffException

        public DiffException​(java.lang.String message,
                             java.util.List<java.lang.String> currentHierarchy,
                             java.util.List<java.lang.String> snapshotHierarchy)
    • Method Detail

      • getCurrentHierarchy

        public java.util.List<java.lang.String> getCurrentHierarchy()
      • getSnapshotHierarchy

        public java.util.List<java.lang.String> getSnapshotHierarchy()