Class ExportImportContentValidationException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.ExportImportContentValidationException
- All Implemented Interfaces:
Serializable
- Author:
- Gergely Mathe
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionExportImportContentValidationException
(String className) ExportImportContentValidationException
(String className, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
void
setClassName
(String className) void
setDLReference
(String dlReference) void
setDLReferenceParameters
(Map<String, String[]> dlReferenceParameters) void
setGroupFriendlyURL
(String groupFriendlyURL) void
setJournalArticleFeedURL
(String journalArticleFeedURL) void
setLayoutReferenceParameters
(Map<String, String> layoutReferenceParameters) void
setLayoutURL
(String layoutURL) void
setStagedModelClassName
(String stagedModelClassName) void
setStagedModelPrimaryKeyObj
(Serializable stagedModelPrimaryKeyObj) void
setType
(int type) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ARTICLE_NOT_FOUND
public static final int ARTICLE_NOT_FOUND- See Also:
-
DEFAULT
public static final int DEFAULT- See Also:
-
FILE_ENTRY_NOT_FOUND
public static final int FILE_ENTRY_NOT_FOUND- See Also:
-
JOURNAL_FEED_NOT_FOUND
public static final int JOURNAL_FEED_NOT_FOUND- See Also:
-
LAYOUT_GROUP_NOT_FOUND
public static final int LAYOUT_GROUP_NOT_FOUND- See Also:
-
LAYOUT_NOT_FOUND
public static final int LAYOUT_NOT_FOUND- See Also:
-
LAYOUT_WITH_URL_NOT_FOUND
public static final int LAYOUT_WITH_URL_NOT_FOUND- See Also:
-
-
Constructor Details
-
ExportImportContentValidationException
public ExportImportContentValidationException() -
ExportImportContentValidationException
-
ExportImportContentValidationException
-
-
Method Details
-
getClassName
-
getDLReference
-
getDLReferenceParameters
-
getGroupFriendlyURL
-
getJournalArticleFeedURL
-
getLayoutReferenceParameters
-
getLayoutURL
-
getStagedModelClassName
-
getStagedModelPrimaryKeyObj
-
getType
public int getType() -
setClassName
-
setDLReference
-
setDLReferenceParameters
-
setGroupFriendlyURL
-
setJournalArticleFeedURL
-
setLayoutReferenceParameters
-
setLayoutURL
-
setStagedModelClassName
-
setStagedModelPrimaryKeyObj
-
setType
public void setType(int type)
-