loader
Class JavaPackageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.ClassNotFoundException
                    |
                    +--loader.JavaPackageException

public class JavaPackageException
extends java.lang.ClassNotFoundException

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.

Version:
1.2 August 2000
Author:
Lorenzo Bettini - bettini@dsi.unifi.it, Donato Cappetta - cappetta@infomedia.it
See Also:
Serialized Form

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

JavaPackageException

public JavaPackageException(java.lang.String s)
Parameters:
s - string describing the exception