org.xoe.core.packages
Class PackageDescriptionException

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

public class PackageDescriptionException
extends PackageException

Thrown if an error occurs while processing a Package Description file

See Also:
Serialized Form

Constructor Summary
PackageDescriptionException(String str)
           
 
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

PackageDescriptionException

public PackageDescriptionException(String str)