|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.w3c.tools.resources.store.StoreClassVersionException
This is exception gets thrown if an invalid resource store is detected.
Constructor Summary | |
StoreClassVersionException(int loader,
int saver)
|
Method Summary | |
int |
getLoaderClassVersion()
Get the loader's class version. |
int |
getSaverClassVersion()
Get the saver's class version. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public StoreClassVersionException(int loader, int saver)
Method Detail |
public int getLoaderClassVersion()
public int getSaverClassVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |