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 intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionExportImportContentValidationException(String className) ExportImportContentValidationException(String className, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionintgetType()voidsetClassName(String className) voidsetDLReference(String dlReference) voidsetDLReferenceParameters(Map<String, String[]> dlReferenceParameters) voidsetGroupFriendlyURL(String groupFriendlyURL) voidsetJournalArticleFeedURL(String journalArticleFeedURL) voidsetLayoutReferenceParameters(Map<String, String> layoutReferenceParameters) voidsetLayoutURL(String layoutURL) voidsetStagedModelClassName(String stagedModelClassName) voidsetStagedModelPrimaryKeyObj(Serializable stagedModelPrimaryKeyObj) voidsetType(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)
-