| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.w3c.tools.resources.store.StoreClassVersionException
StoreClassVersionException | public class StoreClassVersionException extends Exception (Code) | | This is exception gets thrown if an invalid resource store is detected.
|
Field Summary | |
int | loader Version of the class that wanted to load the store. | int | saver Version of the class that saved the store. |
loader | int loader(Code) | | Version of the class that wanted to load the store.
|
saver | int saver(Code) | | Version of the class that saved the store.
|
StoreClassVersionException | public StoreClassVersionException(int loader, int saver)(Code) | | |
getLoaderClassVersion | public int getLoaderClassVersion()(Code) | | Get the loader's class version.
An integer version number. |
getSaverClassVersion | public int getSaverClassVersion()(Code) | | Get the saver's class version.
An integer version number. |
|
|
|