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

Class w3c.tools.store.InvalidStoreClassException

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

public class InvalidStoreClassException
extends Exception
A store is being loaded by a class who didn't write it.

Variable Index

 o loader
The class willing to load that store.
 o saver
The class willing to unload that store.

Constructor Index

 o InvalidStoreClassException(String, String)

Method Index

 o getLoaderClassName()
Get the loader's class name.
 o getSaverClassName()
Get the saver's class name.

Variables

 o loader
  protected String loader
The class willing to load that store.
 o saver
  protected String saver
The class willing to unload that store.

Constructors

 o InvalidStoreClassException
  public InvalidStoreClassException(String loadingcls,
                                    String expectedcls)

Methods

 o getLoaderClassName
  public String getLoaderClassName()
Get the loader's class name.
Returns:
A String giving the full name of the loader's class.
 o getSaverClassName
  public String getSaverClassName()
Get the saver's class name.
Returns:
A String giving the full name of the saver's class.

All Packages  Class Hierarchy  This Package  Previous  Next  Index