Uses of Class
lumis.portal.structure.sync.InvalidStructureFileException
-
Packages that use InvalidStructureFileException Package Description lumis.portal.structure.sync Structure synchronization implementation. -
-
Uses of InvalidStructureFileException in lumis.portal.structure.sync
Subclasses of InvalidStructureFileException in lumis.portal.structure.sync Modifier and Type Class Description class
InvalidStructureVersionException
Exception thrown when a structure file is out of dated.Methods in lumis.portal.structure.sync that throw InvalidStructureFileException Modifier and Type Method Description static <T extends IFileElement>
TSyncUtil. read(Class<T> clazz, IFile file, ChannelResume currentChannel)
Reads a structure file.
-