Class LARFileException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.LARFileException
- All Implemented Interfaces:
Serializable
- Author:
- Raymond Augé
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionLARFileException(int type) LARFileException(int type, String msg) LARFileException(int type, String msg, Throwable throwable) LARFileException(int type, Throwable throwable) LARFileException(String msg) LARFileException(String msg, Throwable throwable) LARFileException(Throwable throwable) -
Method Summary
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_INVALID_MANIFEST
public static final int TYPE_INVALID_MANIFEST- See Also:
-
TYPE_MISSING_MANIFEST
public static final int TYPE_MISSING_MANIFEST- See Also:
-
-
Constructor Details
-
LARFileException
public LARFileException() -
LARFileException
public LARFileException(int type) -
LARFileException
-
LARFileException
-
LARFileException
-
LARFileException
-
LARFileException
-
LARFileException
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type)
-