Liferay 6.2-ce-ga5

com.liferay.portal.kernel.lar
Class PortletDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.kernel.lar.PortletDataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortletDataException

public class PortletDataException
extends PortalException

See Also:
Serialized Form

Field Summary
static int DEFAULT
           
static int END_DATE_IS_MISSING_START_DATE
           
static int FUTURE_END_DATE
           
static int FUTURE_START_DATE
           
static int INVALID_GROUP
           
static int MISSING_DEPENDENCY
           
static int START_DATE_AFTER_END_DATE
           
static int START_DATE_IS_MISSING_END_DATE
           
static int STATUS_IN_TRASH
           
static int STATUS_UNAVAILABLE
           
 
Constructor Summary
PortletDataException()
           
PortletDataException(int type)
           
PortletDataException(String msg)
           
PortletDataException(String msg, Throwable cause)
           
PortletDataException(Throwable cause)
           
 
Method Summary
 StagedModel getStagedModel()
           
 int getType()
           
 void setStagedModel(StagedModel stagedModel)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

END_DATE_IS_MISSING_START_DATE

public static final int END_DATE_IS_MISSING_START_DATE
See Also:
Constant Field Values

FUTURE_END_DATE

public static final int FUTURE_END_DATE
See Also:
Constant Field Values

FUTURE_START_DATE

public static final int FUTURE_START_DATE
See Also:
Constant Field Values

INVALID_GROUP

public static final int INVALID_GROUP
See Also:
Constant Field Values

MISSING_DEPENDENCY

public static final int MISSING_DEPENDENCY
See Also:
Constant Field Values

START_DATE_AFTER_END_DATE

public static final int START_DATE_AFTER_END_DATE
See Also:
Constant Field Values

START_DATE_IS_MISSING_END_DATE

public static final int START_DATE_IS_MISSING_END_DATE
See Also:
Constant Field Values

STATUS_IN_TRASH

public static final int STATUS_IN_TRASH
See Also:
Constant Field Values

STATUS_UNAVAILABLE

public static final int STATUS_UNAVAILABLE
See Also:
Constant Field Values
Constructor Detail

PortletDataException

public PortletDataException()

PortletDataException

public PortletDataException(int type)

PortletDataException

public PortletDataException(String msg)

PortletDataException

public PortletDataException(String msg,
                            Throwable cause)

PortletDataException

public PortletDataException(Throwable cause)
Method Detail

getStagedModel

public StagedModel getStagedModel()

getType

public int getType()

setStagedModel

public void setStagedModel(StagedModel stagedModel)

setType

public void setType(int type)

Liferay 6.2-ce-ga5