com.adobe.idml
Class PackageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idml.PackageException
All Implemented Interfaces:
java.io.Serializable

public class PackageException
extends java.lang.Exception

A simple Exception subclass thrown by several IDMLTools methods.

See Also:
Serialized Form

Constructor Summary
PackageException(java.lang.String errMessage)
           
 
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

PackageException

public PackageException(java.lang.String errMessage)
Parameters:
errMessage - The message to be displayed with the Exception.


Copyright © 2008 Adobe Systems Incorporated. All Rights Reserved.