| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.epub.PublishingException
atg.epub.project.InvalidAssetException
public class InvalidAssetException
This exception indicates that an invalid asset was supplied to an operation.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public InvalidAssetException()
public InvalidAssetException(java.lang.String pStr)
public InvalidAssetException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem
public InvalidAssetException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problem| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||