Class LARTypeException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.LARTypeException
- All Implemented Interfaces:
Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionLARTypeException
(int type) LARTypeException
(int type, String msg) LARTypeException
(int type, String msg, Throwable throwable) LARTypeException
(int type, Throwable throwable) LARTypeException
(String msg) LARTypeException
(String actualLARType, String[] expectedLARTypes) LARTypeException
(String msg, Throwable throwable) LARTypeException
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionString[]
int
getType()
void
setActualLARType
(String actualLARType) void
setExpectedLARTypes
(String[] expectedLARTypes) 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
-
TYPE_COMPANY_GROUP
public static final int TYPE_COMPANY_GROUP- See Also:
-
TYPE_DEFAULT
public static final int TYPE_DEFAULT- See Also:
-
TYPE_LAYOUT_PROTOTYPE
public static final int TYPE_LAYOUT_PROTOTYPE- See Also:
-
TYPE_LAYOUT_SET
public static final int TYPE_LAYOUT_SET- See Also:
-
TYPE_LAYOUT_SET_PROTOTYPE
public static final int TYPE_LAYOUT_SET_PROTOTYPE- See Also:
-
-
Constructor Details
-
LARTypeException
public LARTypeException() -
LARTypeException
public LARTypeException(int type) -
LARTypeException
-
LARTypeException
-
LARTypeException
-
LARTypeException
-
LARTypeException
-
LARTypeException
-
LARTypeException
-
-
Method Details
-
getActualLARType
-
getExpectedLARTypes
-
getType
public int getType() -
setActualLARType
-
setExpectedLARTypes
-
setType
public void setType(int type)
-