tcl.lang
Class PackageNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tcl.lang.PackageNameException
All Implemented Interfaces:
Serializable

public class PackageNameException
extends 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

Constructor Summary
PackageNameException(String msg, String className)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageNameException

public PackageNameException(String msg,
                            String className)


Copyright © 2015. All rights reserved.