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.
-
loader
- The class willing to load that store.
-
saver
- The class willing to unload that store.
-
InvalidStoreClassException(String, String)
-
-
getLoaderClassName()
- Get the loader's class name.
-
getSaverClassName()
- Get the saver's class name.
loader
protected String loader
- The class willing to load that store.
saver
protected String saver
- The class willing to unload that store.
InvalidStoreClassException
public InvalidStoreClassException(String loadingcls,
String expectedcls)
getLoaderClassName
public String getLoaderClassName()
- Get the loader's class name.
- Returns:
- A String giving the full name of the loader's class.
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