|
|||||||
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 | +--java.lang.ClassNotFoundException | +--loader.JavaPackageException
The exception is generated when we try to load a class of package java.*
from a source that is different from the local file system.
The JVM provides java.* classes with particular privilidges.
This is why it is forbidden such a loading operation.
Constructor Summary | |
JavaPackageException(java.lang.String s)
|
Methods inherited from class java.lang.ClassNotFoundException |
getException,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public JavaPackageException(java.lang.String s)
s
- string describing the exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |