org.xoe.core.packages
Class InvalidPackageException

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

public class InvalidPackageException
extends RuntimeException

Indicates that problems were encountered while building a XoePackage object out of a *.xoe file

See Also:
Serialized Form

Constructor Summary
InvalidPackageException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPackageException

public InvalidPackageException(String msg)