public class MismatchedLayerException extends DirectoryException
DirectoryException that is thrown when a directory is opened with an incompatible layer.| Modifier and Type | Field and Description |
|---|---|
byte[] |
opened
The layer byte string that the directory was opened with.
|
byte[] |
stored
The layer byte string that the directory was created with.
|
path