Liferay 6.1.2-ce-ga3

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 START_DATE_AFTER_END_DATE
           
static int START_DATE_IS_MISSING_END_DATE
           
 
Constructor Summary
PortletDataException()
           
PortletDataException(int type)
           
PortletDataException(String msg)
           
PortletDataException(String msg, Throwable cause)
           
PortletDataException(Throwable cause)
           
 
Method Summary
 int getType()
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

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
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

getType

public int getType()

setType

public void setType(int type)

Liferay 6.1.2-ce-ga3