Class w3c.tools.store.StoreClassVersionException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.store.StoreClassVersionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.tools.store.StoreClassVersionException

public class StoreClassVersionException
extends Exception
This is exception gets thrown if an invalid resource store is detected.

Constructor Index

 o StoreClassVersionException(int, int)

Method Index

 o getLoaderClassVersion()
Get the loader's class version.
 o getSaverClassVersion()
Get the saver's class version.

Constructors

 o StoreClassVersionException
  public StoreClassVersionException(int loader,
                                    int saver)

Methods

 o getLoaderClassVersion
  public int getLoaderClassVersion()
Get the loader's class version.
Returns:
An integer version number.
 o getSaverClassVersion
  public int getSaverClassVersion()
Get the saver's class version.
Returns:
An integer version number.

All Packages  Class Hierarchy  This Package  Previous  Next  Index