Class LayoutImportException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.LayoutImportException
- All Implemented Interfaces:
Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionLayoutImportException(int type) LayoutImportException(int type, Object... arguments) LayoutImportException(int type, String msg) LayoutImportException(int type, String msg, Throwable throwable) LayoutImportException(int type, Throwable throwable) LayoutImportException(String msg, Throwable throwable) LayoutImportException(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionObject[]intgetType()voidsetArguments(Object[] arguments) 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
-
TYPE_DEFAULT
public static final int TYPE_DEFAULT- See Also:
-
TYPE_WRONG_BUILD_NUMBER
public static final int TYPE_WRONG_BUILD_NUMBER- See Also:
-
TYPE_WRONG_LAR_SCHEMA_VERSION
public static final int TYPE_WRONG_LAR_SCHEMA_VERSION- See Also:
-
TYPE_WRONG_PORTLET_SCHEMA_VERSION
public static final int TYPE_WRONG_PORTLET_SCHEMA_VERSION- See Also:
-
-
Constructor Details
-
LayoutImportException
public LayoutImportException() -
LayoutImportException
public LayoutImportException(int type) -
LayoutImportException
-
LayoutImportException
-
LayoutImportException
-
LayoutImportException
-
LayoutImportException
-
LayoutImportException
-
LayoutImportException
-
-
Method Details
-
getArguments
-
getType
public int getType() -
setArguments
-
setType
public void setType(int type)
-