Liferay 6.1.2-ce-ga3

com.liferay.portal
Class LayoutParentLayoutIdException

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.LayoutParentLayoutIdException
All Implemented Interfaces:
Serializable

public class LayoutParentLayoutIdException
extends PortalException

See Also:
Serialized Form

Field Summary
static int FIRST_LAYOUT_HIDDEN
           
static int FIRST_LAYOUT_TYPE
           
static int NOT_PARENTABLE
           
static int NOT_SORTABLE
           
static int SELF_DESCENDANT
           
 
Constructor Summary
LayoutParentLayoutIdException(int type)
           
 
Method Summary
 int getType()
           
 
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

FIRST_LAYOUT_HIDDEN

public static final int FIRST_LAYOUT_HIDDEN
See Also:
Constant Field Values

FIRST_LAYOUT_TYPE

public static final int FIRST_LAYOUT_TYPE
See Also:
Constant Field Values

NOT_PARENTABLE

public static final int NOT_PARENTABLE
See Also:
Constant Field Values

NOT_SORTABLE

public static final int NOT_SORTABLE
See Also:
Constant Field Values

SELF_DESCENDANT

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

LayoutParentLayoutIdException

public LayoutParentLayoutIdException(int type)
Method Detail

getType

public int getType()

Liferay 6.1.2-ce-ga3