atg.epub.project
Class InvalidAssetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.epub.PublishingException
              extended by atg.epub.project.InvalidAssetException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAssetException
extends PublishingException

This exception indicates that an invalid asset was supplied to an operation.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
InvalidAssetException()
          Constructs a new InvalidAssetException.
InvalidAssetException(java.lang.String pStr)
          Constructs a new InvalidAssetException with the given explanation.
InvalidAssetException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Constructs a new InvalidAssetException with the given explanation.
InvalidAssetException(java.lang.Throwable pSourceException)
          Constructs a new InvalidAssetException.
 
Method Summary
 
Methods inherited from class atg.epub.PublishingException
createMessage, createUserMessage, createUserMessage, getErrorCode, getResourceBundleName, getResourceKey, getResourceParameters, setErrorCode
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

InvalidAssetException

public InvalidAssetException()
Constructs a new InvalidAssetException.


InvalidAssetException

public InvalidAssetException(java.lang.String pStr)
Constructs a new InvalidAssetException with the given explanation.


InvalidAssetException

public InvalidAssetException(java.lang.Throwable pSourceException)
Constructs a new InvalidAssetException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

InvalidAssetException

public InvalidAssetException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)
Constructs a new InvalidAssetException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem