- All Implemented Interfaces:
- java.io.Serializable
public class PackageNameException
extends java.lang.RuntimeException
This exception is thrown by the TclClassLoader when an attempt
to load a class from any package that starts with the java.*
or tcl.* prefix is made. Classes in these packages can be
loaded with the system class loader, but not the TclClassLoader.
- See Also:
- Serialized Form