com.adobe.icomm.assetplacement.model
Class InvalidPackageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.icomm.assetplacement.model.InvalidPackageException
All Implemented Interfaces:
Serializable

public class InvalidPackageException
extends Exception

This exception generically means that there's something wrong with your package.xml.

See Also:
Serialized Form

Constructor Summary
InvalidPackageException(String message, Throwable ex)
          Constructor with message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPackageException

public InvalidPackageException(String message,
                               Throwable ex)
Constructor with message.

Parameters:
message - Human-readable description of the exception
ex - The exception.


[an error occurred while processing this directive] [an error occurred while processing this directive]