Class RuntimeProject.DiffException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.inductiveautomation.ignition.common.project.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 SummaryConstructors Constructor Description DiffException(java.lang.String message, java.util.List<java.lang.String> currentHierarchy, java.util.List<java.lang.String> snapshotHierarchy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getCurrentHierarchy()java.util.List<java.lang.String>getSnapshotHierarchy()
 
-