org.xoe.core.packages
Class PackageNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xoe.core.packages.PackageException
                    |
                    +--org.xoe.core.packages.PackageNotFoundException
All Implemented Interfaces:
Serializable

public class PackageNotFoundException
extends PackageException

See Also:
Serialized Form

Constructor Summary
PackageNotFoundException(PackageDescription desc, Vector urls)
           
 
Methods inherited from class org.xoe.core.packages.PackageException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageNotFoundException

public PackageNotFoundException(PackageDescription desc,
                                Vector urls)